aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authortradke <tradke@ebee0441-1374-4afa-a3b5-247f3ba15b9a>2003-01-20 12:13:37 +0000
committertradke <tradke@ebee0441-1374-4afa-a3b5-247f3ba15b9a>2003-01-20 12:13:37 +0000
commit05f49872b9502a3d320b3fdf2c3806dc3604a942 (patch)
tree4fd789928c5111e025e4e4467aa4fb65282c1533 /param.ccl
parent2c169e55d2f12ad2b8c84ef6edcbdb93d3d43449 (diff)
Removed old deprecated I/O parameters.
git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOFlexIO/trunk@269 ebee0441-1374-4afa-a3b5-247f3ba15b9a
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl21
1 files changed, 0 insertions, 21 deletions
diff --git a/param.ccl b/param.ccl
index 7e189c2..a6e1763 100644
--- a/param.ccl
+++ b/param.ccl
@@ -22,12 +22,6 @@ INT out_every "How often to do IOFlexIO output, overrides IO::out_every" STEERAB
0: :: "Disable IOFlexIO output"
-1: :: "Default to IO::out_every"
} -1
-INT out3D_every "How often to do IOFlexIO output, overrides IO::out_every (DEPRECATED IN BETA12)" STEERABLE = ALWAYS
-{
- 1:* :: "Every so many iterations"
- 0: :: "Disable IOFlexIO output"
- -1: :: "Default to IO::out_every"
-} -1
####################
@@ -43,16 +37,6 @@ STRING out_dir "Output directory for IOFlexIO files, overrides IO::out_dir" STEE
".+" :: "A valid directory name"
"^$" :: "An empty string to choose the default from IO::out_dir"
} ""
-STRING outdir2D "Output directory for 2D IOFlexIO files, overrides IO::out_dir (DEPRECATED IN BETA12)" STEERABLE = RECOVER
-{
- ".+" :: "A valid directory name"
- "^$" :: "An empty string to choose the default from IO::out_dir"
-} ""
-STRING outdir3D "Output directory for IOFlexIO files, overrides IO::out_dir (DEPRECATED IN BETA12)" STEERABLE = RECOVER
-{
- ".+" :: "A valid directory name"
- "^$" :: "An empty string to choose the default from IO::out_dir"
-} ""
##########################
@@ -68,11 +52,6 @@ STRING out_vars "Variables to output in FlexIO file format" STEERABLE = ALWAYS
".+" :: "Space-separated list of fully qualified variable/group names"
"^$" :: "An empty string to output nothing"
} ""
-STRING out3D_vars "Variables to output in FlexIO file format (DEPRECATED IN BETA12)" STEERABLE = ALWAYS
-{
- ".+" :: "Space-separated list of fully qualified variable/group names"
- "^$" :: "An empty string to output nothing"
-} ""
################