aboutsummaryrefslogtreecommitdiff
path: root/Carpet/Carpet/src/variables.cc
diff options
context:
space:
mode:
authorschnetter <>2002-09-25 17:55:00 +0000
committerschnetter <>2002-09-25 17:55:00 +0000
commitf1a008f183171e8ef423bbfa9ddd99b1f6829b0d (patch)
tree4567f84b2d3369347682210752625f5601d016b9 /Carpet/Carpet/src/variables.cc
parenta25da589a98fd2355bede5bc3902b694aafa4f5c (diff)
Fixed bugs in time and time step handling. Things are more
Fixed bugs in time and time step handling. Things are more complicated than naively imagined, because cctk_iteration increases monotonically, whereas cctk_time does not. darcs-hash:20020925175504-07bb3-54936bc797f4a5db4d4bca5ec9cfc6fbe644ad7d.gz
Diffstat (limited to 'Carpet/Carpet/src/variables.cc')
-rw-r--r--Carpet/Carpet/src/variables.cc5
1 files changed, 1 insertions, 4 deletions
diff --git a/Carpet/Carpet/src/variables.cc b/Carpet/Carpet/src/variables.cc
index e0987822e..048d5cae2 100644
--- a/Carpet/Carpet/src/variables.cc
+++ b/Carpet/Carpet/src/variables.cc
@@ -5,7 +5,7 @@
#include "carpet.hh"
-static const char* rcsid = "$Header: /home/eschnett/C/carpet/Carpet/Carpet/Carpet/src/variables.cc,v 1.9 2002/09/25 15:50:32 schnetter Exp $";
+static const char* rcsid = "$Header: /home/eschnett/C/carpet/Carpet/Carpet/Carpet/src/variables.cc,v 1.10 2002/09/25 19:55:06 schnetter Exp $";
CCTK_FILEVERSION(Carpet_variables_cc)
@@ -55,9 +55,6 @@ namespace Carpet {
// Time step on base grid
CCTK_REAL base_delta_time;
- // Current time
- CCTK_REAL current_time;
-
// Data for grid functions