aboutsummaryrefslogtreecommitdiff
path: root/Carpet/Carpet/src/variables.cc
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@cct.lsu.edu>2007-06-06 20:35:00 +0000
committerErik Schnetter <schnetter@cct.lsu.edu>2007-06-06 20:35:00 +0000
commit655377e610caecf75121b8b9689d3100ff852026 (patch)
tree1f3e0a543bd9240a6be7fcaf3a3ec663c6303e4d /Carpet/Carpet/src/variables.cc
parent3d629bc66083287138bca6d51c30d5c916dea45b (diff)
Carpet: Forbid accessing past timelevels in certain scheduling bins
Certain scheduling bins do not allow accessing past time levels. Set the grid function pointers to past time levels to null in these. darcs-hash:20070606203504-dae7b-df075bdeb5bea053b84d9e6f162796a5aac50540.gz
Diffstat (limited to 'Carpet/Carpet/src/variables.cc')
-rw-r--r--Carpet/Carpet/src/variables.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/Carpet/Carpet/src/variables.cc b/Carpet/Carpet/src/variables.cc
index a44d6efc5..a0667ca89 100644
--- a/Carpet/Carpet/src/variables.cc
+++ b/Carpet/Carpet/src/variables.cc
@@ -82,6 +82,9 @@ namespace Carpet {
bool do_meta_mode;
bool do_global_mode;
+ // Can past time levels be accessed?
+ bool do_allow_past_timelevels;
+
// Is prolongation enabled?
bool do_prolongate;