summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/param.ccl7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/param.ccl b/src/param.ccl
index 2cf8af2c..87710f87 100644
--- a/src/param.ccl
+++ b/src/param.ccl
@@ -93,8 +93,7 @@ INT cctk_itlast "Final iteration number" STEERABLE = ALWAYS
: :: "Any integer"
} 10
-INT max_runtime "Terminate evolution loop after a certain elapsed runtime (in minutes)" STEERABLE = ALWAYS
+REAL max_runtime "Terminate evolution loop after a certain elapsed runtime (in minutes)" STEERABLE = ALWAYS
{
- 0: :: "Zero disables maximum runtime condition"
- 1:* :: "Run evolution loop for so many minutes, then terminate"
-} 0
+ 0.0: :: "Zero disables maximum runtime condition"
+} 0.0