summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2018-08-07 15:26:35 +0200
committerAnton Khirnov <anton@khirnov.net>2018-08-07 15:26:35 +0200
commitb96c89a5cce040424bb6031bdacb008a6c956dd1 (patch)
treea52cadc97d67fc627693ad2360fb9d9fc747ac23
parent0ae63d2d47add9a5c594ea24d0defb7da017c62d (diff)
Allow negative switchoff_time.
So that the solver never even runs.
-rw-r--r--param.ccl2
1 files changed, 1 insertions, 1 deletions
diff --git a/param.ccl b/param.ccl
index 9d877b1..1d208ed 100644
--- a/param.ccl
+++ b/param.ccl
@@ -38,7 +38,7 @@ CCTK_INT solve_level "" STEERABLE=recover
CCTK_REAL switchoff_time "" STEERABLE=recover
{
- 0: :: ""
+ : :: ""
} 9999.0
BOOLEAN export_coeffs "Export the coefficients of the spectral expansion in alpha_coeffs" STEERABLE=recover