aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetIOScalar/interface.ccl
diff options
context:
space:
mode:
authorschnetter <>2004-06-21 14:07:00 +0000
committerschnetter <>2004-06-21 14:07:00 +0000
commitf23b6f971732863651bb1d6f771da6cd829fae65 (patch)
treedef3308437c83a8b8fafffa87c5dffb4c0d32303 /Carpet/CarpetIOScalar/interface.ccl
parent37501ed4c981f0c5385f9b71fce811b080f977ac (diff)
Store the last output iteration/time instead of the next output
Store the last output iteration/time instead of the next output iteration/time. This makes it easier to change the output interval. Also initialise the output state properly. darcs-hash:20040621140741-07bb3-018843cd1f3468d374183579d6c623a21ca1a084.gz
Diffstat (limited to 'Carpet/CarpetIOScalar/interface.ccl')
-rw-r--r--Carpet/CarpetIOScalar/interface.ccl6
1 files changed, 3 insertions, 3 deletions
diff --git a/Carpet/CarpetIOScalar/interface.ccl b/Carpet/CarpetIOScalar/interface.ccl
index 33cfd6dac..12d361a7b 100644
--- a/Carpet/CarpetIOScalar/interface.ccl
+++ b/Carpet/CarpetIOScalar/interface.ccl
@@ -1,8 +1,8 @@
# Interface definition for thorn CarpetIOScalar
-# $Header: /home/eschnett/C/carpet/Carpet/Carpet/CarpetIOScalar/interface.ccl,v 1.1 2004/06/11 17:41:51 schnetter Exp $
+# $Header: /home/eschnett/C/carpet/Carpet/Carpet/CarpetIOScalar/interface.ccl,v 1.2 2004/06/21 16:07:41 schnetter Exp $
IMPLEMENTS: IOScalar
-CCTK_INT next_output_iteration TYPE=scalar
-CCTK_REAL next_output_time TYPE=scalar
+CCTK_INT last_output_iteration TYPE=scalar
+CCTK_REAL last_output_time TYPE=scalar
CCTK_INT this_iteration TYPE=scalar