From b84a12048701ac0ba0b55f59af3502853f6086cb Mon Sep 17 00:00:00 2001 From: goodale Date: Sat, 4 Nov 2000 17:09:05 +0000 Subject: Removing STEERABLE status of parameters as these cannot be steered by CCTK_SetParameter. Tom git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IsoSurfacer/trunk@19 bfcf8e34-485d-4d46-a995-1fd6fa6fb178 --- param.ccl | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'param.ccl') diff --git a/param.ccl b/param.ccl index 277c4f8..6e364b6 100644 --- a/param.ccl +++ b/param.ccl @@ -3,27 +3,27 @@ private: -STRING output_format "What form to output the datasets" STEERABLE = ALWAYS +STRING output_format "What form to output the datasets" # STEERABLE = ALWAYS { .* :: "Comma separated list. Can be UCD, VRML, ASCII, SOCK or None" } "None" -STRING output_var "What Grid Function name to output" STEERABLE = ALWAYS +STRING output_var "What Grid Function name to output" # STEERABLE = ALWAYS { .* :: "Eventually a comma separated list, but now a single name" } "None" -CCTK_REAL isovalue "Isosurface value" STEERABLE = ALWAYS +CCTK_REAL isovalue "Isosurface value" # STEERABLE = ALWAYS { .* :: "Any floating point value" } 1.0 -INT output_frequency "How often to output the isosurfaces" STEERABLE = ALWAYS +INT output_frequency "How often to output the isosurfaces" # STEERABLE = ALWAYS { .* :: "Some positive integer" } 1 -INT output_start "First iteration to start drawing isosurfaces. Default=1" STEERABLE = ALWAYS +INT output_start "First iteration to start drawing isosurfaces. Default=1" # STEERABLE = ALWAYS { .* :: "Some positive integer" } 1 @@ -43,7 +43,7 @@ STRING format_str "If the precision specified in the default format string is le .* :: "A regex which matches everything" } "%3.3f" -BOOLEAN allow_empty_sends "Allow the Isosurfacer to send zero-length vertex lists to the client application ? Ordinarily these zero-length sends are supressed." STEERABLE = ALWAYS +BOOLEAN allow_empty_sends "Allow the Isosurfacer to send zero-length vertex lists to the client application ? Ordinarily these zero-length sends are supressed." # STEERABLE = ALWAYS { } "no" -- cgit v1.2.3