aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--schedule.ccl2
1 files changed, 1 insertions, 1 deletions
diff --git a/schedule.ccl b/schedule.ccl
index dc8f58b..a499340 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -23,7 +23,7 @@ if (*recover_ID_files)
if (! CCTK_Equals (parfile_write, "no") && parfile_update_every)
{
- schedule IOUtil_UpdateParFile at POSTSTEP after HTTP_Work
+ schedule IOUtil_UpdateParFile at POSTSTEP
{
LANG:C
} "Append steered parameters to parameter file"