aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
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