aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authortradke <tradke@4825ed28-b72c-4eae-9704-e50c059e567d>2000-12-19 23:53:41 +0000
committertradke <tradke@4825ed28-b72c-4eae-9704-e50c059e567d>2000-12-19 23:53:41 +0000
commit19765c743e8bc38947a9dc98cf168be65e3aa7d5 (patch)
tree7fb5a805f88682ecbed51c2a67ef410cb7aa45bb /param.ccl
parentd9ca3ba55cfc7a55bf3eb36dd8bb2a37b9e3e684 (diff)
Added range desription for IOHDF5::outHDF5_every.
git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOHDF5/trunk@34 4825ed28-b72c-4eae-9704-e50c059e567d
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl2
1 files changed, 1 insertions, 1 deletions
diff --git a/param.ccl b/param.ccl
index 36c519a..20e65ad 100644
--- a/param.ccl
+++ b/param.ccl
@@ -10,7 +10,7 @@ private:
########################
INT outHDF5_every "How often to do HDF5 output, overrides IO::out_every" STEERABLE = ALWAYS
{
- -1:* ::
+ -1:* :: "Values <= 0 disable HDF5 output"
} -1
####################