aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authormiguel <miguel@89daf98e-ef62-4674-b946-b8ff9de2216c>2001-02-27 09:43:05 +0000
committermiguel <miguel@89daf98e-ef62-4674-b946-b8ff9de2216c>2001-02-27 09:43:05 +0000
commit48f1fdb627aaa3e7b8844dbbb11eca7c54cfe961 (patch)
treed883eff602c23bbaf6dd52aedf2103089684c4a7 /param.ccl
parent373a43b2e824c760fe4cabfcce097b666cc43d5c (diff)
Chnaging default in interpolation order to 2. This is to make sure that
we still get the same behaviour as before with the default. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@185 89daf98e-ef62-4674-b946-b8ff9de2216c
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl4
1 files changed, 2 insertions, 2 deletions
diff --git a/param.ccl b/param.ccl
index 6fb4aa5..5c791b0 100644
--- a/param.ccl
+++ b/param.ccl
@@ -31,7 +31,7 @@ private:
BOOLEAN ahf_ReportAlways "Report for all surfaces found (yes) or just for apparent horizons (no)"
{
-} "no"
+} "yes"
BOOLEAN ahf_find3 "Searching for 3 surfaces?"
{
@@ -444,7 +444,7 @@ REAL ahf_shiftcoeff "Coefficient for shift"
INT interpolation_order "Order for interpolation"
{
1:3 :: "Choose between first, second, and third-order"
-} 1
+} 2
###############################################