From e43b0b2888f2e87fdfed0c262db76e55b0f17c3a Mon Sep 17 00:00:00 2001 From: tradke Date: Mon, 20 Jan 2003 12:13:36 +0000 Subject: Removed old deprecated I/O parameters. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IsoSurfacer/trunk@68 bfcf8e34-485d-4d46-a995-1fd6fa6fb178 --- param.ccl | 24 ------------------------ 1 file changed, 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 { -- cgit v1.2.3