From 9bc809a39299b30674e540278e554e799e809c6b Mon Sep 17 00:00:00 2001 From: tradke Date: Fri, 7 Jun 2002 14:12:37 +0000 Subject: 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 --- param.ccl | 10 +++++----- 1 file 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" -- cgit v1.2.3