Timelevel used in PeriodicCarpet.

Issue #1209 new
Eloisa Bentivegna created an issue

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?

Keyword:

Comments (0)

  1. Log in to comment