aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
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