aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
###############################################