aboutsummaryrefslogtreecommitdiff
path: root/Carpet/Carpet/src/variables.cc
diff options
context:
space:
mode:
authorschnetter <>2003-05-12 14:24:00 +0000
committerschnetter <>2003-05-12 14:24:00 +0000
commit2fbe095fdd2f2db1e95efd05994e178c72432d0b (patch)
treeab263c576369fba8ef6451cff4be2e6426caa02c /Carpet/Carpet/src/variables.cc
parent00d3ab1c3364879b38c5dbb7c591ab43928a5d52 (diff)
Undo previous commit which was wrong.
Undo previous commit which was wrong. Remove unused variable "iterations". darcs-hash:20030512142425-07bb3-6da3db12c3f58d9b3495bc2da47df3107caff188.gz
Diffstat (limited to 'Carpet/Carpet/src/variables.cc')
-rw-r--r--Carpet/Carpet/src/variables.cc7
1 files changed, 4 insertions, 3 deletions
diff --git a/Carpet/Carpet/src/variables.cc b/Carpet/Carpet/src/variables.cc
index 6d7b2dc2e..648d84b92 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.13 2003/05/08 15:35:49 schnetter Exp $";
+ static const char* rcsid = "$Header: /home/eschnett/C/carpet/Carpet/Carpet/Carpet/src/variables.cc,v 1.14 2003/05/12 16:24:25 schnetter Exp $";
CCTK_FILEVERSION(Carpet_Carpet_variables_cc);
}
@@ -39,8 +39,7 @@ namespace Carpet {
// Multigrid factor on coarsest grid
int maxmglevelfact;
- // Current iteration per refinement level
- vector<int> iteration;
+
// Current position on the grid hierarchy
int reflevel;
@@ -56,6 +55,8 @@ namespace Carpet {
// Is this the time for a global mode call?
bool do_global_mode;
+
+
// Time step on base grid
CCTK_REAL base_delta_time;