aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authorpollney <pollney@89daf98e-ef62-4674-b946-b8ff9de2216c>2003-06-26 11:39:08 +0000
committerpollney <pollney@89daf98e-ef62-4674-b946-b8ff9de2216c>2003-06-26 11:39:08 +0000
commitd1f859810b745e11cc28551c640e5d7c0ac160e5 (patch)
tree48a78284a45f30e32550c1a04e0573e2819996d0 /param.ccl
parentd65e57f992547e978baae66e5f09c2159f472563 (diff)
Update to use 4th order differencing macros.
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@338 89daf98e-ef62-4674-b946-b8ff9de2216c
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 ###
######################