aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl38
1 files changed, 36 insertions, 2 deletions
diff --git a/param.ccl b/param.ccl
index 27429e8..7019a0e 100644
--- a/param.ccl
+++ b/param.ccl
@@ -81,6 +81,36 @@ 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 ###
@@ -479,9 +509,9 @@ REAL ahf_shiftcoeff "Coefficient for shift"
shares: IO
-EXTENDS STRING outdir "Name of IO output directory"
+STRING outdir ""
{
-} "."
+}
### FROM GRID ###
@@ -492,6 +522,10 @@ KEYWORD domain ""
{
}
+KEYWORD bitant_plane ""
+{
+}
+
### FROM EINSTEIN ###