aboutsummaryrefslogtreecommitdiff
path: root/CarpetExtra/HydroToy/schedule.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'CarpetExtra/HydroToy/schedule.ccl')
-rw-r--r--CarpetExtra/HydroToy/schedule.ccl15
1 files changed, 4 insertions, 11 deletions
diff --git a/CarpetExtra/HydroToy/schedule.ccl b/CarpetExtra/HydroToy/schedule.ccl
index 2a1e5d536..319793a1d 100644
--- a/CarpetExtra/HydroToy/schedule.ccl
+++ b/CarpetExtra/HydroToy/schedule.ccl
@@ -1,11 +1,7 @@
# Schedule definitions for thorn HydroToy
-# $Header: /home/eschnett/C/carpet/Carpet/CarpetExtra/HydroToy/schedule.ccl,v 1.4 2003/11/05 16:18:39 schnetter Exp $
+# $Header: /home/eschnett/C/carpet/Carpet/CarpetExtra/HydroToy/schedule.ccl,v 1.1 2001/03/18 22:37:09 eschnett Exp $
-if (hydrotoy_active) {
-
-
-
-STORAGE: hydroevolve[3]
+STORAGE: hydroevolve
@@ -33,13 +29,10 @@ schedule HydroToy_EulerPredictor at EVOL
SYNC: hydroevolve
} "Euler predictor step"
-schedule HydroToy_EulerCorrector at EVOL after HydroToy_EulerPredictor
+schedule HydroToy_EulerCorrector at EVOL \
+ after HydroToy_EulerPredictor
{
LANG: Fortran
STORAGE: hydrotemps
SYNC: hydroevolve
} "Euler corrector step"
-
-
-
-}