From 0c9da1830076dfc45f23c693ae5c6ac30be94528 Mon Sep 17 00:00:00 2001 From: tradke Date: Tue, 18 Apr 2000 12:20:15 +0000 Subject: Schedule IOFlexIO_RecoverParameters() at CCTK_RECOVER_PARAMETERS. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOFlexIO/trunk@105 ebee0441-1374-4afa-a3b5-247f3ba15b9a --- schedule.ccl | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'schedule.ccl') diff --git a/schedule.ccl b/schedule.ccl index 6848f6c..5ad13c3 100644 --- a/schedule.ccl +++ b/schedule.ccl @@ -29,3 +29,9 @@ if (checkpoint) { LANG:C } "Termination checkpoint routine" } + +if (! CCTK_Equals (recover, "no") && *recover_file) { + schedule IOFlexIO_RecoverParameters at CCTK_RECOVER_PARAMETERS { + LANG:C + } "Parameter recovery routine" +} -- cgit v1.2.3