aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'param.ccl')
-rwxr-xr-xparam.ccl4
1 files changed, 2 insertions, 2 deletions
diff --git a/param.ccl b/param.ccl
index aa78e4b..33b5fba 100755
--- a/param.ccl
+++ b/param.ccl
@@ -5,9 +5,9 @@ restricted:
int timelevels "Number of time levels in evolution scheme"
{
1:3 :: "FMR/AMR runs probably need 3. Otherwise use 2"
-} 2
+} 1
-STRING HydroBase_Prolongation_Type "The prolongation operator used by Carpet for HydroBase variables"
+STRING prolongation_type "The prolongation operator used by Carpet for HydroBase variables"
{
"ENO" :: "Third order ENO operators; only third order is implemented"
"WENO" :: "Fifth order WENO operators; only fifth order is implemented"