clawpack / amrclaw

AMR version of Clawpack
http://www.clawpack.org
BSD 3-Clause "New" or "Revised" License
26 stars 45 forks source link

Expand timings.csv header length #241

Closed mandli closed 5 years ago

mandli commented 5 years ago

Minor fix to timings headers to make them long enough to handle more than 4 levels of refinement.

rjleveque commented 5 years ago

Thanks, I've been meaning to fix this!

I think you also want to increase the length of the strings used to make headers in the files amrN.f90 to

    character(len=512) :: timing_line, timing_substr
mandli commented 5 years ago

Good point. Added it there. Hopefully 512 will be enough.