aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl10
1 files changed, 9 insertions, 1 deletions
diff --git a/param.ccl b/param.ccl
index 4d5900b..dd168cf 100644
--- a/param.ccl
+++ b/param.ccl
@@ -473,7 +473,7 @@ REAL ahf_shiftcoeff "Coefficient for shift"
INT interpolation_order "Order for interpolation" STEERABLE = ALWAYS
{
- 1:4 :: "Choose between first and forth order interpolation"
+ 1:4 :: "Choose between first and fourth order interpolation"
} 2
STRING interpolation_operator "Name of interpolation operator to use" STEERABLE = ALWAYS
@@ -515,6 +515,14 @@ shares: admbase
USES KEYWORD metric_type
######################
+### FROM ADMMacros ###
+######################
+
+shares: ADMMacros
+
+USES INT spatial_order
+
+######################
### FROM SpaceMask ###
######################