aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortradke <tradke@bfcf8e34-485d-4d46-a995-1fd6fa6fb178>2003-01-20 12:13:36 +0000
committertradke <tradke@bfcf8e34-485d-4d46-a995-1fd6fa6fb178>2003-01-20 12:13:36 +0000
commite43b0b2888f2e87fdfed0c262db76e55b0f17c3a (patch)
tree7980d843d4cdc6f08f8cccf8c58f19fc74dda741
parent6ea7503e686ed7e26af79af73f4284ea59396a97 (diff)
Removed old deprecated I/O parameters.
git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IsoSurfacer/trunk@68 bfcf8e34-485d-4d46-a995-1fd6fa6fb178
-rw-r--r--param.ccl24
1 files changed, 0 insertions, 24 deletions
diff --git a/param.ccl b/param.ccl
index 7b1468f..aaac9f8 100644
--- a/param.ccl
+++ b/param.ccl
@@ -8,22 +8,12 @@ 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 BETA12)"
-{
- ".+" :: "A valid directory name"
- "^$" :: "An empty string to choose the default from IO::out_dir"
-} ""
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 BETA12)" # STEERABLE = ALWAYS
-{
- ".+" :: "Fully qualified variable name"
- "^$" :: "An empty string to output nothing"
-} ""
INT out_every "How often to output isosurfaces, overrides IO::out_every" # STEERABLE = ALWAYS
{
@@ -31,30 +21,16 @@ 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 BETA12)" # STEERABLE = ALWAYS
-{
- 1:* :: "Every so many iterations"
- 0: :: "Disable IsoSurfacer output"
- -1: :: "Default to IO::out_every"
-} -1
INT out_start "First iteration to start drawing isosurfaces" # STEERABLE = ALWAYS
{
1: :: "Some positive integer"
} 1
-INT output_start "First iteration to start drawing isosurfaces (DEPRECATED IN BETA12)" # STEERABLE = ALWAYS
-{
- 1: :: "Some positive integer"
-} 1
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 BETA12)" # STEERABLE = ALWAYS
-{
- .* :: "Comma separated list. Can be UCD, VRML, ASCII, SOCK or None"
-} "None"
REAL isovalue "Isosurface value" STEERABLE = ALWAYS
{