aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordiener <diener@f69c4107-0314-4c4f-9ad4-17e986b73f4a>2010-03-10 22:18:04 +0000
committerdiener <diener@f69c4107-0314-4c4f-9ad4-17e986b73f4a>2010-03-10 22:18:04 +0000
commitb041a5952a08c089d52a4c483fb27bec71b5061b (patch)
tree4dacc08e461ff2f52cc685cd4443246321eb7f70
parent9fbf1f753b7927be6d888b46049953f36a1fe3f4 (diff)
Update the description of a couple of parameters with misleading names.
git-svn-id: https://svn.cct.lsu.edu/repos/numrel/LSUThorns/SummationByParts/trunk@119 f69c4107-0314-4c4f-9ad4-17e986b73f4a
-rw-r--r--param.ccl4
1 files changed, 2 insertions, 2 deletions
diff --git a/param.ccl b/param.ccl
index d382d36..530cf4e 100644
--- a/param.ccl
+++ b/param.ccl
@@ -32,11 +32,11 @@ INT order "Order of accuracy" STEERABLE=always
2:8:2 :: ""
} 2
-BOOLEAN onesided_outer_boundaries "Use one-sided stencils near outer boundaries" STEERABLE=always
+BOOLEAN onesided_outer_boundaries "Evaluate derivatives within ghost zones of the outer boundary" STEERABLE=always
{
} "yes"
-BOOLEAN onesided_interpatch_boundaries "Use one-sided stencils near inter-patch boundaries" STEERABLE=always
+BOOLEAN onesided_interpatch_boundaries "Evaluate derivatives near the local grid boundary if it is an inter-patch boundary" STEERABLE=always
{
} "yes"