From 48f1fdb627aaa3e7b8844dbbb11eca7c54cfe961 Mon Sep 17 00:00:00 2001 From: miguel Date: Tue, 27 Feb 2001 09:43:05 +0000 Subject: 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 --- param.ccl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'param.ccl') 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 ############################################### -- cgit v1.2.3