aboutsummaryrefslogtreecommitdiff
path: root/Carpet/Carpet/src/variables.cc
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@cct.lsu.edu>2006-05-13 22:48:00 +0000
committerErik Schnetter <schnetter@cct.lsu.edu>2006-05-13 22:48:00 +0000
commit6b0f73d17a68a34a631545122cbce24f6917ba1d (patch)
tree871f7bdd8a233f0b65ebffbd5304e1c5a4dfc85d /Carpet/Carpet/src/variables.cc
parent3a6f87b5c0483e5abaa72c168be54646903f0f89 (diff)
Carpet: Do not warn about insufficient storage during schedule initialisation
The scheduler allocates global storage for grid functions piecewise. It may allocate first some time levels, then some later. Do not check whether there are sufficient time levels until the scheduler has finished initialising. darcs-hash:20060513224820-dae7b-0b409e7da1260d85ac39983072cb71787ac0078f.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 81b9a9ecb..47cd01728 100644
--- a/Carpet/Carpet/src/variables.cc
+++ b/Carpet/Carpet/src/variables.cc
@@ -87,6 +87,9 @@ namespace Carpet {
// Is prolongation enabled?
bool do_prolongate;
+ // Should we warn about groups with insufficiently many time levels?
+ bool do_warn_about_storage;
+
// Data for grid functions