From 87adfe63f5d5e8373345231a5331b14abfd14cab Mon Sep 17 00:00:00 2001 From: tradke Date: Thu, 12 Oct 2000 11:45:59 +0000 Subject: This commit was generated by cvs2svn to compensate for changes in r2, which included commits to RCS files with non-trunk default branches. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOHDF5Util/trunk@3 7842ec3a-9562-4be5-9c5b-06ba18f2b668 --- param.ccl | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 param.ccl (limited to 'param.ccl') diff --git a/param.ccl b/param.ccl new file mode 100644 index 0000000..3f6b267 --- /dev/null +++ b/param.ccl @@ -0,0 +1,43 @@ +# Parameter definitions for thorn IOHDF5Util +# $Header$ + +###################### +# Hyperslab parameters +###################### +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" +STRING direction "Default direction of hyperslab to stream" +{ + .* :: "Comma separated list of positive integer values" +} "0,1,2" + +CCTK_INT slabdim "default dimension of slab" +{ + 1:3 :: "dimension of slab (1,2,3)" +} 3 + + +############################################################################# +### import IOUtil parameters +############################################################################# +shares: IO + +################ +# various things +################ +USES BOOLEAN verbose "" +{ +} +USES BOOLEAN out3D_parameters "" +{ +} -- cgit v1.2.3