aboutsummaryrefslogtreecommitdiff
path: root/Carpet/Carpet/src/variables.cc
diff options
context:
space:
mode:
Diffstat (limited to 'Carpet/Carpet/src/variables.cc')
-rw-r--r--Carpet/Carpet/src/variables.cc7
1 files changed, 6 insertions, 1 deletions
diff --git a/Carpet/Carpet/src/variables.cc b/Carpet/Carpet/src/variables.cc
index 56f5ac4fa..f23c8d3f6 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.21 2004/03/24 17:44:51 schnetter Exp $";
+ static const char* rcsid = "$Header: /home/eschnett/C/carpet/Carpet/Carpet/Carpet/src/variables.cc,v 1.22 2004/05/21 18:16:23 schnetter Exp $";
CCTK_FILEVERSION(Carpet_Carpet_variables_cc);
}
@@ -58,6 +58,11 @@ namespace Carpet {
+ // Carpet's GH
+ CarpetGH carpetGH;
+
+
+
// Times and spaces on the refinement levels
CCTK_REAL global_time;
vector<vector<CCTK_REAL> > leveltimes; // [mglevel][reflevel]