aboutsummaryrefslogtreecommitdiff
path: root/Carpet/Carpet/src/variables.cc
diff options
context:
space:
mode:
authorschnetter <>2003-08-10 19:59:00 +0000
committerschnetter <>2003-08-10 19:59:00 +0000
commitb8ed9935ab73be68264d06f930a2a9f633e43ad8 (patch)
treec054927b2519398c8fa0c1f59804905846f4f3ec /Carpet/Carpet/src/variables.cc
parentab069047323b363e2696b57161a930fefa81bb97 (diff)
Make checksumming and poisoning work again.
Make checksumming and poisoning work again. Modify Scott's three timelevel scheme to work again. darcs-hash:20030810195951-07bb3-b9e99cfe4858b00978f925172c062abd4524a1ba.gz
Diffstat (limited to 'Carpet/Carpet/src/variables.cc')
-rw-r--r--Carpet/Carpet/src/variables.cc5
1 files changed, 3 insertions, 2 deletions
diff --git a/Carpet/Carpet/src/variables.cc b/Carpet/Carpet/src/variables.cc
index da18966bb..1df466026 100644
--- a/Carpet/Carpet/src/variables.cc
+++ b/Carpet/Carpet/src/variables.cc
@@ -6,7 +6,7 @@
#include "carpet.hh"
extern "C" {
- static const char* rcsid = "$Header: /home/eschnett/C/carpet/Carpet/Carpet/Carpet/src/variables.cc,v 1.17 2003/07/20 21:03:43 schnetter Exp $";
+ static const char* rcsid = "$Header: /home/eschnett/C/carpet/Carpet/Carpet/Carpet/src/variables.cc,v 1.18 2003/08/10 21:59:51 schnetter Exp $";
CCTK_FILEVERSION(Carpet_Carpet_variables_cc);
}
@@ -75,6 +75,7 @@ namespace Carpet {
vector<arrdesc> arrdata; // [group]
// Checksums
- vector<vector<vector<vector<ckdesc> > > > checksums; // [n][rl][tl][c]
+ // [rl][c][group][var][tl]
+ vector<vector<vector<vector<vector<ckdesc> > > > > checksums;
} // namespace Carpet