aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetIOHDF5/schedule.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'Carpet/CarpetIOHDF5/schedule.ccl')
-rw-r--r--Carpet/CarpetIOHDF5/schedule.ccl11
1 files changed, 4 insertions, 7 deletions
diff --git a/Carpet/CarpetIOHDF5/schedule.ccl b/Carpet/CarpetIOHDF5/schedule.ccl
index 0ff1986a5..25263ccc8 100644
--- a/Carpet/CarpetIOHDF5/schedule.ccl
+++ b/Carpet/CarpetIOHDF5/schedule.ccl
@@ -13,14 +13,11 @@ schedule CarpetIOHDF5_Init at BASEGRID
OPTIONS: global
} "Initialisation routine"
-if (checkpoint && checkpoint_ID)
+schedule CarpetIOHDF5_InitialDataCheckpoint at CPINITIAL
{
- schedule CarpetIOHDF5_InitialDataCheckpoint at CPINITIAL
- {
- LANG: C
- OPTIONS: meta
- } "Initial data checkpoint routine"
-}
+ LANG: C
+ OPTIONS: meta
+} "Initial data checkpoint routine"
schedule CarpetIOHDF5_EvolutionCheckpoint at CHECKPOINT
{