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 6769626..20176da 100644
--- a/param.ccl
+++ b/param.ccl
@@ -12,3 +12,18 @@ REAL fixed_size "The size (radius or corner location) of the fixed region"
{
0:* :: "Positive"
} 1.0
+
+REAL fixed_origin_x "The x coordinate of the centre of the fixed region"
+{
+ *:* :: ""
+} 0.0
+
+REAL fixed_origin_y "The y coordinate of the centre of the fixed region"
+{
+ *:* :: ""
+} 0.0
+
+REAL fixed_origin_z "The z coordinate of the centre of the fixed region"
+{
+ *:* :: ""
+} 0.0