From c6ec6bfee7cbd67c11b9d851c8d51883290b7573 Mon Sep 17 00:00:00 2001 From: lanfer Date: Wed, 6 Sep 2000 08:55:32 +0000 Subject: setting slab_strat defaults to -1, so they can be detetcted and modified git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOHDF5/trunk@14 4825ed28-b72c-4eae-9704-e50c059e567d --- param.ccl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'param.ccl') diff --git a/param.ccl b/param.ccl index f222e18..beabc9f 100644 --- a/param.ccl +++ b/param.ccl @@ -59,10 +59,10 @@ STRING out3D_vars "Variables to output in 3D HDF5 file format" STEERABLE = ALWAY ############################################## # 1D ###### -STRING origin1D "Default origin" +STRING origin1D "Default origin for line" { .* :: "Comma separated list of positive integer values" -} "0,0,0" +} "-1,-1,-1" STRING downsampling1D "Default downsampling" { .* :: "Comma separated list of positive integer values" @@ -78,7 +78,7 @@ STRING length1D "Default length of the 1D hyperslab" STRING origin2D "Default origin 2D" { .* :: "Comma separated list of positive integer values" -} "0,0,0" +} "-1,-1,-1" STRING downsampling2D "Default downsampling 2D" { .* :: "Comma separated list of positive integer values" -- cgit v1.2.3