aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authortradke <tradke@4825ed28-b72c-4eae-9704-e50c059e567d>2002-01-14 14:25:54 +0000
committertradke <tradke@4825ed28-b72c-4eae-9704-e50c059e567d>2002-01-14 14:25:54 +0000
commite1a7534613ddbe757c4bf9873029d8dc37b9548b (patch)
tree7a28b7f2d81f4a726b78634588f16ee6f99cf2c4 /param.ccl
parent09881ae7aafaa08c535b8b14258dcae7b62d56d3 (diff)
Removed all the unneccessary hyperslab parameters to stop confusion.
git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOHDF5/trunk@84 4825ed28-b72c-4eae-9704-e50c059e567d
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl81
1 files changed, 0 insertions, 81 deletions
diff --git a/param.ccl b/param.ccl
index d6a6f9e..a2e8e74 100644
--- a/param.ccl
+++ b/param.ccl
@@ -30,87 +30,6 @@ STRING out_vars "Variables to output in HDF5 file format" STEERABLE = ALWAYS
.* :: A regex which matches everything
} ""
-##############################################
-# Downsampling parameters specific to IOHDF5
-##############################################
-# 1D
-######
-STRING origin1D "Default origin for line"
-{
- .* :: "Comma separated list of positive integer values"
-} "-1,-1,-1"
-STRING downsampling1D "Default downsampling"
-{
- .* :: "Comma separated list of positive integer values"
-} "1,1,1"
-STRING length1D "Default length of the 1D hyperslab"
-{
- .* :: "Comma separated list of integer values"
-} "-1,-1,-1"
-
-######
-# 2D
-######
-STRING origin2D "Default origin 2D"
-{
- .* :: "Comma separated list of positive integer values"
-} "-1,-1,-1"
-STRING downsampling2D "Default downsampling 2D"
-{
- .* :: "Comma separated list of positive integer values"
-} "1,1,1"
-STRING length2D "Default length 2D"
-{
- .* :: "Comma separated list of integer values"
-} "-1,-1,-1"
-
-######
-# 3D
-######
-STRING origin3D "Default origin 3D"
-{
- .* :: "Comma separated list of positive integer values"
-} "0,0,0"
-STRING downsampling3D "Default downsampling 3D"
-{
- .* :: "Comma separated list of positive integer values"
-} "1,1,1"
-STRING length3D "Default length of the 3D hyperslab"
-{
- .* :: "Comma separated list of integer values 3D"
-} "-1,-1,-1"
-
-######
-# 4D
-######
-STRING origin4D "Default origin"
-{
- .* :: "Comma separated list of positive integer values"
-} "0,0,0"
-STRING downsampling4D "Default downsampling"
-{
- .* :: "Comma separated list of positive integer values"
-} "1,1,1"
-STRING length4D "Default length of the hyperslab to stream"
-{
- .* :: "Comma separated list of integer values"
-} "-1,-1,-1"
-
-##########
-# General
-##########
-STRING origin "Default origin"
-{
- .* :: "Comma separated list of positive integer values"
-} "0,0,0"
-STRING downsampling "Default downsampling"
-{
- .* :: "Comma separated list of positive integer values"
-} "1,1,1"
-STRING length "Default length of the hyperslab to stream"
-{
- .* :: "Comma separated list of integer values"
-} "-1,-1,-1"
#########################
# Checkpointing requested