From 0d0f6983f1800c01c8553bc8e4be441342252b0b Mon Sep 17 00:00:00 2001 From: allen Date: Fri, 30 Jul 1999 22:46:00 +0000 Subject: A lot of parameter name changes, especially for IO git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOFlexIO/trunk@27 ebee0441-1374-4afa-a3b5-247f3ba15b9a --- schedule.ccl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'schedule.ccl') diff --git a/schedule.ccl b/schedule.ccl index 5b0025b..bafa603 100644 --- a/schedule.ccl +++ b/schedule.ccl @@ -12,19 +12,19 @@ schedule IOFlexIO_Startup at STARTUP ######################################################################## ### register checkpointing routines ######################################################################## -if (checkpoint_FlexIO && checkpoint_ID) { +if (checkpoint && checkpoint_ID) { schedule IOFlexIO_InitialDataDumpGH at CCTK_CPINITIAL { LANG:C } "Initial data checkpoint routine" } -if (checkpoint_FlexIO && checkpoint_every > 0) { +if (checkpoint && checkpoint_every > 0) { schedule IOFlexIO_ConditionallyDumpGH at CCTK_CHECKPOINT { LANG:C } "Regular checkpoint routine" } -if (checkpoint_FlexIO) { +if (checkpoint) { schedule IOFlexIO_TerminationDumpGH at CCTK_TERMINATE { LANG:C } "Termination checkpoint routine" -- cgit v1.2.3