From 593faf37a6a9e268e9cfeff6d8e58fb5151c8347 Mon Sep 17 00:00:00 2001 From: tradke Date: Thu, 14 Mar 2002 13:15:39 +0000 Subject: Added new parameter 'IOStreamedHDF5::out_every' which just depricates the old parameter 'IOStreamedHDF5::outHDF5_every'. This is to get a consistent set of I/O parameter names for all I/O thorns. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOStreamedHDF5/trunk@79 0888f3d4-9f52-45d2-93bc-d00801ff5e46 --- param.ccl | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) (limited to 'param.ccl') 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 -- cgit v1.2.3