aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authorallen <allen@5633253d-7678-4964-a54d-f87795f8ee59>2002-05-23 20:07:15 +0000
committerallen <allen@5633253d-7678-4964-a54d-f87795f8ee59>2002-05-23 20:07:15 +0000
commitdfe54c5f1c47e39d66744612b49e06df4ac92bb4 (patch)
treef1c20e99cd395950e42977e4f72bc7d7baa74998 /param.ccl
parent94e1485b6b94cb5ac55bc91a2a7a0510f555a039 (diff)
Some info statements and a verbose parameter for debugging
git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/Time/trunk@48 5633253d-7678-4964-a54d-f87795f8ee59
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl6
1 files changed, 5 insertions, 1 deletions
diff --git a/param.ccl b/param.ccl
index 3776b46..58ac84c 100644
--- a/param.ccl
+++ b/param.ccl
@@ -37,4 +37,8 @@ REAL courant_fac "The courant timestep condition dt = courant_fac*max(delta_spac
INT outtimestep_every "How often to output courant timestep"
{
0:* :: "Zero means no output"
-} 0 \ No newline at end of file
+} 0
+
+BOOLEAN verbose "Give information about timestep setting"
+{
+} "no" \ No newline at end of file