aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--param.ccl6
1 files changed, 5 insertions, 1 deletions
diff --git a/param.ccl b/param.ccl
index 7c2a3b2..efa14b0 100644
--- a/param.ccl
+++ b/param.ccl
@@ -36,7 +36,7 @@ BOOLEAN cheat "Should we cheat and evolve using the last data set for a while?"
CCTK_INT cheat_iterations "For how many iterations should we cheat"
{
-0:* :: "Positive please"
+0:* :: "If you really want to cheat this should be positive"
} 0
KEYWORD initial_f[10] "Initial surface choice"
@@ -139,6 +139,10 @@ KEYWORD surface_direction "Should we track outward or inward moving surfaces"
"inward" :: "Track inward moving surfaces."
} "outward"
+BOOLEAN re_init_verbose "Should re-initialization be verbose?"
+{
+} "no"
+
BOOLEAN re_init_undo "Should re-initialization be undone at pinch-off"
{
} "yes"