aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl14
1 files changed, 6 insertions, 8 deletions
diff --git a/param.ccl b/param.ccl
index 95d8f63..1a43d22 100644
--- a/param.ccl
+++ b/param.ccl
@@ -9,17 +9,14 @@ private:
########################
# How often to do output
########################
-INT outHDF5_every "How often to do HDF5 streaming, overrides IO::out_every" STEERABLE = ALWAYS
+INT out_every "How often to do HDF5 streaming, overrides IO::out_every" STEERABLE = ALWAYS
{
-1:* :: "Values <= 0 disable IOStreamedHDF5 output"
} -1
-
-KEYWORD h5verbose "Verbosity level"
+INT outHDF5_every "How often to do HDF5 streaming, overrides IO::out_every" STEERABLE = ALWAYS
{
- "yes" :: "information output"
- "debug":: "debugging output"
- "no" :: "silent"
-} "yes"
+ -1:* :: "Values <= 0 disable IOStreamedHDF5 output"
+} -1
#####################
# Variables to output
@@ -62,7 +59,8 @@ shares: IO
########################
# How often to do output
########################
-USES INT out_every
+#FIXME: need USES AS
+#USES INT out_every
################
# various things