aboutsummaryrefslogtreecommitdiff
path: root/Carpet/Carpet/param.ccl
diff options
context:
space:
mode:
authorIan Hinder <ian.hinder@aei.mpg.de>2013-10-15 17:38:36 +0200
committerIan Hinder <ian.hinder@aei.mpg.de>2013-10-15 17:38:36 +0200
commitb13c69008fd5d9b0d04f417cec3c21f507e3a6f4 (patch)
tree30f6edcaed849402dab458d378c0aea061e41a14 /Carpet/Carpet/param.ccl
parentc83793e7f141d969bad07757ed970aa053a3ad57 (diff)
Rename new max_time_levels parameter as max_timelevels to be consistent with other uses of "timelevels" in parameter names in Carpet
Diffstat (limited to 'Carpet/Carpet/param.ccl')
-rw-r--r--Carpet/Carpet/param.ccl2
1 files changed, 1 insertions, 1 deletions
diff --git a/Carpet/Carpet/param.ccl b/Carpet/Carpet/param.ccl
index 6e24a05da..9f6e0a250 100644
--- a/Carpet/Carpet/param.ccl
+++ b/Carpet/Carpet/param.ccl
@@ -131,7 +131,7 @@ CCTK_INT max_refinement_levels "Maximum number of refinement levels (including t
1:* :: "must be positive"
} 1
-CCTK_INT max_time_levels "Maximum number of time levels (including the current time level)"
+CCTK_INT max_timelevels "Maximum number of time levels (including the current time level)"
{
-1 :: "Set automatically to prolonation_order_time+1"
1:* :: "Set this explicitly"