aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authorjshalf <jshalf@bfcf8e34-485d-4d46-a995-1fd6fa6fb178>2000-09-26 07:44:10 +0000
committerjshalf <jshalf@bfcf8e34-485d-4d46-a995-1fd6fa6fb178>2000-09-26 07:44:10 +0000
commit1e52ae4f26cb5a7d1729f0867024bd3ad1ca44b3 (patch)
treea474f65bf276b3ce66b22f6fb637e2d15e4e7844 /param.ccl
parent5fba974c16f9bbf6e5e0cd7ec3ab09ec83a79218 (diff)
More bugfixes and C++'ism removal.
Now it all compiles, but doesn't really talk to anything yet. Sockets are next I guess. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IsoSurfacer/trunk@4 bfcf8e34-485d-4d46-a995-1fd6fa6fb178
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl4
1 files changed, 2 insertions, 2 deletions
diff --git a/param.ccl b/param.ccl
index 1708a86..74e514e 100644
--- a/param.ccl
+++ b/param.ccl
@@ -8,12 +8,12 @@ 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"
+STRING output_var "What Grid Function name to output" STEERABLE = ALWAYS
{
.* :: "Eventually a comma separated list, but now a single name"
} "None"
-CCTK_REAL4 isovalue "Isosurface value" STEERABLE = ALWAYS
+CCTK_REAL isovalue "Isosurface value" STEERABLE = ALWAYS
{
.* :: "Any floating point value"
} 1.0