aboutsummaryrefslogtreecommitdiff
path: root/Carpet/Carpet/src/variables.cc
diff options
context:
space:
mode:
authorschnetter <>2004-03-24 16:44:00 +0000
committerschnetter <>2004-03-24 16:44:00 +0000
commit6712249d25853f878681231f72154602ddb23646 (patch)
tree99dc0ced14693929f2b680923686140c70d22dcd /Carpet/Carpet/src/variables.cc
parentf7ef817aa837c885c1bc093ce2c2f54f8634bad5 (diff)
Move checksum information variables into Checksum.cc, making them
Move checksum information variables into Checksum.cc, making them private. Introduce a helper type to break up the long names of mangled STL types. darcs-hash:20040324164451-07bb3-a5164039f45baa0b24b49555452a5074756a8220.gz
Diffstat (limited to 'Carpet/Carpet/src/variables.cc')
-rw-r--r--Carpet/Carpet/src/variables.cc6
1 files changed, 1 insertions, 5 deletions
diff --git a/Carpet/Carpet/src/variables.cc b/Carpet/Carpet/src/variables.cc
index 2351a6504..56f5ac4fa 100644
--- a/Carpet/Carpet/src/variables.cc
+++ b/Carpet/Carpet/src/variables.cc
@@ -2,7 +2,7 @@
#include "variables.hh"
extern "C" {
- static const char* rcsid = "$Header: /home/eschnett/C/carpet/Carpet/Carpet/Carpet/src/variables.cc,v 1.20 2004/03/23 18:38:29 schnetter Exp $";
+ static const char* rcsid = "$Header: /home/eschnett/C/carpet/Carpet/Carpet/Carpet/src/variables.cc,v 1.21 2004/03/24 17:44:51 schnetter Exp $";
CCTK_FILEVERSION(Carpet_Carpet_variables_cc);
}
@@ -90,8 +90,4 @@ namespace Carpet {
// Data for everything
vector<vector<arrdesc> > arrdata; // [group][map]
- // Checksums
- // [rl][ml][group][m][c][var][tl]
- vector<vector<vector<vector<vector<vector<vector<ckdesc> > > > > > > checksums;
-
} // namespace Carpet