[ET Trac] [Einstein Toolkit] #1209: Timelevel used in PeriodicCarpet.
Einstein Toolkit
trac-noreply at einsteintoolkit.org
Mon Jan 7 14:05:33 CST 2013
#1209: Timelevel used in PeriodicCarpet.
------------------------+---------------------------------------------------
Reporter: bentivegna | Owner: eschnett
Type: defect | Status: new
Priority: minor | Milestone:
Component: Carpet | Version: development version
Keywords: |
------------------------+---------------------------------------------------
Chasing an unrelated issue, I've come across this snippet in
LSUThorns/PeriodicCarpet/src/periodic.cc (starting on line 139):
{{{
// The cached data structures, containing the communication schedule
// for each refinement level
int const ml = mglevel;
int const rl = reflevel;
int const tl = 0;
}}}
Should the last line be
{{{
int const tl = timelevel;
}}}
instead?
--
Ticket URL: <https://trac.einsteintoolkit.org/ticket/1209>
Einstein Toolkit <http://einsteintoolkit.org>
The Einstein Toolkit
More information about the Trac
mailing list