aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl94
1 files changed, 0 insertions, 94 deletions
diff --git a/param.ccl b/param.ccl
index 137d5fa..45a26b1 100644
--- a/param.ccl
+++ b/param.ccl
@@ -17,100 +17,6 @@ BOOLEAN ahf_persists "Do the finder grid functions stay around?"
} "yes"
-# Parameters for excision. These parameters are not supposed
-# to be set in the parameter file. Instead, they are modified
-# by the finder at run time (not very kosher, but it works).
-
-REAL dhole1_xmin "Lower x bound of excised region 1"
-{
-: :: "Any value"
-} 0.0
-
-REAL dhole1_ymin "Lower y bound of excised region 1"
-{
-: :: "Any value"
-} 0.0
-
-REAL dhole1_zmin "Lower z bound of excised region 1"
-{
-: :: "Any value"
-} 0.0
-
-REAL dhole1_xmax "Upper x bound of excised region 1"
-{
-: :: "Any value"
-} 0.0
-
-REAL dhole1_ymax "Upper y bound of excised region 1"
-{
-: :: "Any value"
-} 0.0
-
-REAL dhole1_zmax "Upper z bound of excised region 1"
-{
-: :: "Any value"
-} 0.0
-
-REAL dhole2_xmin "Lower x bound of excised region 2"
-{
-: :: "Any value"
-} 0.0
-
-REAL dhole2_ymin "Lower y bound of excised region 2"
-{
-: :: "Any value"
-} 0.0
-
-REAL dhole2_zmin "Lower z bound of excised region 2"
-{
-: :: "Any value"
-} 0.0
-
-REAL dhole2_xmax "Upper x bound of excised region 2"
-{
-: :: "Any value"
-} 0.0
-
-REAL dhole2_ymax "Upper y bound of excised region 2"
-{
-: :: "Any value"
-} 0.0
-
-REAL dhole2_zmax "Upper z bound of excised region 2"
-{
-: :: "Any value"
-} 0.0
-
-REAL dhole3_xmin "Lower x bound of excised region 2"
-{
-: :: "Any value"
-} 0.0
-
-REAL dhole3_ymin "Lower y bound of excised region 2"
-{
-: :: "Any value"
-} 0.0
-
-REAL dhole3_zmin "Lower z bound of excised region 2"
-{
-: :: "Any value"
-} 0.0
-
-REAL dhole3_xmax "Upper x bound of excised region 2"
-{
-: :: "Any value"
-} 0.0
-
-REAL dhole3_ymax "Upper y bound of excised region 2"
-{
-: :: "Any value"
-} 0.0
-
-REAL dhole3_zmax "Upper z bound of excised region 2"
-{
-: :: "Any value"
-} 0.0
-
##############################
### PRIVATE PARAMETERS ###