summaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2017-01-17 10:50:12 +0100
committerAnton Khirnov <anton@khirnov.net>2017-01-17 10:50:12 +0100
commitfd98b78d8ba32d2d9cc2e5456ca7dd61ddc92ed6 (patch)
tree8fa3652fda526fcd22021c1c3e400851f7a4f862 /param.ccl
parent8a9559d15307b9f726ff8ff9c7749904f36fe845 (diff)
Make the switchoff time configurable.
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl5
1 files changed, 5 insertions, 0 deletions
diff --git a/param.ccl b/param.ccl
index 4e2053a..63dc31c 100644
--- a/param.ccl
+++ b/param.ccl
@@ -26,6 +26,11 @@ CCTK_REAL scale_power "" STEERABLE=recover
0: :: ""
} 64.0
+CCTK_REAL switchoff_time "" STEERABLE=recover
+{
+ 0: :: ""
+} 9999.0
+
BOOLEAN export_coeffs "Export the coefficients of the spectral expansion in alpha_coeffs" STEERABLE=recover
{
} "no"