aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortradke <tradke@bfcf8e34-485d-4d46-a995-1fd6fa6fb178>2002-06-07 14:12:37 +0000
committertradke <tradke@bfcf8e34-485d-4d46-a995-1fd6fa6fb178>2002-06-07 14:12:37 +0000
commit9bc809a39299b30674e540278e554e799e809c6b (patch)
tree6186d3cfe5039553f8292c1d329cdb2b7946d333
parent408235a5f2baf842ca40dfb42cb2ec1c41c82aa7 (diff)
Changed the warnings about deprecated I/O parameters.
They are depreciated in BETA12 (not BETA13). git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IsoSurfacer/trunk@64 bfcf8e34-485d-4d46-a995-1fd6fa6fb178
-rw-r--r--param.ccl10
1 files changed, 5 insertions, 5 deletions
diff --git a/param.ccl b/param.ccl
index 5e6ab65..7b1468f 100644
--- a/param.ccl
+++ b/param.ccl
@@ -8,7 +8,7 @@ STRING out_dir "Output directory for IsoSurfacer files, overrides IO::out_dir"
".+" :: "A valid directory name"
"^$" :: "An empty string to choose the default from IO::out_dir"
} ""
-STRING outdir "Output directory for IsoSurfacer files, overrides IO::out_dir DEPRECATED IN BETA13)"
+STRING outdir "Output directory for IsoSurfacer files, overrides IO::out_dir DEPRECATED IN BETA12)"
{
".+" :: "A valid directory name"
"^$" :: "An empty string to choose the default from IO::out_dir"
@@ -19,7 +19,7 @@ STRING out_vars "Variable to output isosurfaces for" # STEERABLE = ALWAYS
".+" :: "Fully qualified variable name"
"^$" :: "An empty string to output nothing"
} ""
-STRING output_var "Variable to output isosurfaces for (DEPRECATED IN BETA13)" # STEERABLE = ALWAYS
+STRING output_var "Variable to output isosurfaces for (DEPRECATED IN BETA12)" # STEERABLE = ALWAYS
{
".+" :: "Fully qualified variable name"
"^$" :: "An empty string to output nothing"
@@ -31,7 +31,7 @@ INT out_every "How often to output isosurfaces, overrides IO::out_every" # STEER
0: :: "Disable IsoSurfacer output"
-1: :: "Default to IO::out_every"
} -1
-INT output_frequency "How often to output isosurfaces, overrides IO::out_every (DEPRECATED IN BETA13)" # STEERABLE = ALWAYS
+INT output_frequency "How often to output isosurfaces, overrides IO::out_every (DEPRECATED IN BETA12)" # STEERABLE = ALWAYS
{
1:* :: "Every so many iterations"
0: :: "Disable IsoSurfacer output"
@@ -42,7 +42,7 @@ INT out_start "First iteration to start drawing isosurfaces" # STEERABLE = ALWAY
{
1: :: "Some positive integer"
} 1
-INT output_start "First iteration to start drawing isosurfaces (DEPRECATED IN BETA13)" # STEERABLE = ALWAYS
+INT output_start "First iteration to start drawing isosurfaces (DEPRECATED IN BETA12)" # STEERABLE = ALWAYS
{
1: :: "Some positive integer"
} 1
@@ -51,7 +51,7 @@ STRING out_format "What format to output isosufaces" # STEERABLE = ALWAYS
{
.* :: "Comma separated list. Can be UCD, VRML, ASCII, SOCK or None"
} "None"
-STRING output_format "What format to output isosufaces (DEPRECATED IN BETA13)" # STEERABLE = ALWAYS
+STRING output_format "What format to output isosufaces (DEPRECATED IN BETA12)" # STEERABLE = ALWAYS
{
.* :: "Comma separated list. Can be UCD, VRML, ASCII, SOCK or None"
} "None"