aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authorjshalf <jshalf@bfcf8e34-485d-4d46-a995-1fd6fa6fb178>2000-10-09 23:02:27 +0000
committerjshalf <jshalf@bfcf8e34-485d-4d46-a995-1fd6fa6fb178>2000-10-09 23:02:27 +0000
commit6e58da114dfe3b00df6a3a307dcc140d547c06d8 (patch)
tree672083fa3572a42398dea678efabf2ba1ca4e8a6 /param.ccl
parent52dbed6e928d2882b0c0f7005a0e269755dea5a2 (diff)
Now we have steering too.
I'm not really doing a sufficient amount of checking on the steering, but it works as long as you send "properly formed" commands. I'll do a pass on error-checking/correcting after I get IsoView updated in CVS. So now the C-version of the isosurfacer does pretty much everything that the C++ version does (aside from depending on external modules for communication/steering that is). I left the HDF5 remote sending commented out. However, since the HDF5 stream is in fact also written in C, it should be able to work. If someone wants to just check the arguments on that as well as the #defines to enable it, that should work as well. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IsoSurfacer/trunk@11 bfcf8e34-485d-4d46-a995-1fd6fa6fb178
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl8
1 files changed, 0 insertions, 8 deletions
diff --git a/param.ccl b/param.ccl
index 377df62..558eb1b 100644
--- a/param.ccl
+++ b/param.ccl
@@ -28,11 +28,6 @@ INT output_start "First iteration to start drawing isosurfaces. Default=1" STEER
.* :: "Some positive integer"
} 1
-INT outer_boundary_cutoff "Number of voxels to cut off the outer boundaries" STEERABLE = ALWAYS
-{
- 0:* :: "Zero or any positive number"
-} 0
-
STRING format_str "If the precision specified in the default format string is less than what you need, then insert your own format for floating point numbers here"
{
.* :: A regex which matches everything
@@ -47,9 +42,6 @@ STRING outdir "Output directory for isosurface data files"
.* :: A regex which matches everything
} "."
-BOOLEAN nusurfacer "Enable the new isosurfacer routines to be used rather than the originals ?"
-{
-} "yes"
#############################################################################
### import IOUtil parameters