From f087dd90c22fc674aa0c477785f456123c4d0661 Mon Sep 17 00:00:00 2001 From: tradke Date: Thu, 14 Mar 2002 13:10:44 +0000 Subject: Added new parameters 'IOHDF5::outdir' and 'IOHDF5::out_every' which just depricate the old parameters 'IOHDF5::outdir_HDF5' and 'IOHDF5::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/IOHDF5/trunk@112 4825ed28-b72c-4eae-9704-e50c059e567d --- param.ccl | 20 +++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) (limited to 'param.ccl') diff --git a/param.ccl b/param.ccl index a2e8e74..0ac619c 100644 --- a/param.ccl +++ b/param.ccl @@ -8,15 +8,23 @@ private: ######################## # How often to do output ######################## -INT outHDF5_every "How often to do HDF5 output, overrides IO::out_every" STEERABLE = ALWAYS +INT out_every "How often to do IOHDF5 output, overrides IO::out_every" STEERABLE = ALWAYS { - -1:* :: "Values <= 0 disable HDF5 output" + -1:* :: "Values <= 0 disable IOHDF5 output" +} -1 +INT outHDF5_every "How often to do IOHDF5 output, overrides IO::out_every" STEERABLE = ALWAYS +{ + -1:* :: "Values <= 0 disable IOHDF5 output" } -1 #################### # Output directories #################### -STRING outdir_HDF5 "Name of IO output directory, overrides IO::outdir" +STRING outdir "Name of IOHDF5 output directory, overrides IO::outdir" +{ + .* :: A regex which matches everything +} "." +STRING outdir_HDF5 "DEPRICATED: Name of IOHDF5 output directory, overrides IO::outdir" { .* :: A regex which matches everything } "." @@ -50,13 +58,15 @@ shares: IO #################### # Output directories #################### -USES STRING outdir +# FIXME: need USES AS +#USES STRING outdir ######################## # How often to do output ######################## -USES INT out_every +# FIXME: need USES AS +#USES INT out_every ################ -- cgit v1.2.3