aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordiener <diener@2a26948c-0e4f-0410-aee8-f1d3e353619c>2004-06-22 13:31:37 +0000
committerdiener <diener@2a26948c-0e4f-0410-aee8-f1d3e353619c>2004-06-22 13:31:37 +0000
commita5a2d7e90a521cf7f7f78aaf3b0ac90268990ea6 (patch)
tree8ec0764f71478b57d33ef7657c98f0250a3c98ed
parent79eba863df2d04fd23b39ae93442acae6f60a6dc (diff)
Added a verbose parameter for re-initialization.
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/EHFinder/trunk@180 2a26948c-0e4f-0410-aee8-f1d3e353619c
-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"