aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortradke <tradke@eff87b29-5268-4891-90a3-a07138403961>2002-06-07 14:12:26 +0000
committertradke <tradke@eff87b29-5268-4891-90a3-a07138403961>2002-06-07 14:12:26 +0000
commit62299064c118c48873727b2f64875b3b611ba404 (patch)
treebbe04ae1c06fcb20cfba0d12167632d1c48468b9
parentd3687f5212aada0c4d6dfdb33897fba953ea4559 (diff)
Changed the warnings about deprecated I/O parameters.
They are depreciated in BETA12 (not BETA13). git-svn-id: http://svn.cactuscode.org/arrangements/CactusIO/IOJpeg/trunk@74 eff87b29-5268-4891-90a3-a07138403961
-rw-r--r--param.ccl6
1 files changed, 3 insertions, 3 deletions
diff --git a/param.ccl b/param.ccl
index eecad08..1c31399 100644
--- a/param.ccl
+++ b/param.ccl
@@ -18,7 +18,7 @@ INT out_every "How often to do IOJpeg output, overrides IO::out_every" STEERABLE
0: :: "Disable IOJpeg output"
-1: :: "Choose the default from IO::out_every"
} -1
-INT out2D_every "How often to do IOJpeg output, overrides IO::out_every (DEPRICATED IN BETA13)" STEERABLE = ALWAYS
+INT out2D_every "How often to do IOJpeg output, overrides IO::out_every (DEPRICATED IN BETA12)" STEERABLE = ALWAYS
{
1:* :: "Every so many iterations"
0: :: "Disable IOJpeg output"
@@ -30,7 +30,7 @@ STRING out_vars "Variables to output by IOJpeg" STEERABLE = ALWAYS
".+" :: "Space-separated list of fully qualified variable/group names"
"^$" :: "An empty string to output nothing"
} ""
-STRING out2D_vars "Variables to output by IOJpeg (DEPRICATED IN BETA13)" STEERABLE = ALWAYS
+STRING out2D_vars "Variables to output by IOJpeg (DEPRICATED IN BETA12)" STEERABLE = ALWAYS
{
".+" :: "Space-separated list of fully qualified variable/group names"
"^$" :: "An empty string to output nothing"
@@ -41,7 +41,7 @@ STRING out_dir "Output directory for IOJpeg files, overrides IO::out_dir" STEERA
".+" :: "A valid directory name"
"^$" :: "An empty string to choose the default from IO::out_dir"
} ""
-STRING out2D_dir "Output directory for IOJpeg files, overrides IO::out_dir (DEPRECATED IN BETA13)" STEERABLE = RECOVER
+STRING out2D_dir "Output directory for IOJpeg 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"