From a5a2d7e90a521cf7f7f78aaf3b0ac90268990ea6 Mon Sep 17 00:00:00 2001 From: diener Date: Tue, 22 Jun 2004 13:31:37 +0000 Subject: Added a verbose parameter for re-initialization. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/EHFinder/trunk@180 2a26948c-0e4f-0410-aee8-f1d3e353619c --- param.ccl | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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" -- cgit v1.2.3