aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl15
1 files changed, 15 insertions, 0 deletions
diff --git a/param.ccl b/param.ccl
index 1475ebb..8e38121 100644
--- a/param.ccl
+++ b/param.ccl
@@ -22,3 +22,18 @@ REAL initial_z[10] "Initial z coordinate positions of punctures"
{
*:* :: ""
} 0.0
+
+INT modify_puncture[2] "Punctures to use for modification criteria"
+{
+ -1:9 :: "One of the tracking punctures or negative for no modification"
+} -1
+
+REAL modify_distance "Modify levels when the distance is less than this"
+{
+ 0.0:* :: "zero or positive"
+} 0.0
+
+INT new_reflevel_number[2] "The new number of refinement levels"
+{
+ -1:* :: "Negative for no change"
+} -1