From 6712249d25853f878681231f72154602ddb23646 Mon Sep 17 00:00:00 2001 From: schnetter <> Date: Wed, 24 Mar 2004 16:44:00 +0000 Subject: 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 --- Carpet/Carpet/src/variables.cc | 6 +----- Carpet/Carpet/src/variables.hh | 12 +----------- 2 files changed, 2 insertions(+), 16 deletions(-) (limited to 'Carpet') 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 > arrdata; // [group][map] - // Checksums - // [rl][ml][group][m][c][var][tl] - vector > > > > > > checksums; - } // namespace Carpet diff --git a/Carpet/Carpet/src/variables.hh b/Carpet/Carpet/src/variables.hh index 7dee4ff81..507c182ae 100644 --- a/Carpet/Carpet/src/variables.hh +++ b/Carpet/Carpet/src/variables.hh @@ -1,4 +1,4 @@ -// $Header: /home/eschnett/C/carpet/Carpet/Carpet/Carpet/src/variables.hh,v 1.3 2004/03/23 18:38:29 schnetter Exp $ +// $Header: /home/eschnett/C/carpet/Carpet/Carpet/Carpet/src/variables.hh,v 1.4 2004/03/24 17:44:51 schnetter Exp $ // It is assumed that each group has at least one map. All arrays // have exactly one map. All maps have the same number of refinement @@ -125,16 +125,6 @@ namespace Carpet { }; extern vector > arrdata; // [group][map] - - - // Checksums - struct ckdesc { - bool valid; - unsigned int sum; - }; - // [rl][ml][group][m][c][var][tl] - extern vector > > > > > > checksums; - } // namespace Carpet #endif // !defined(VARIABLES_HH) -- cgit v1.2.3