aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl7
1 files changed, 5 insertions, 2 deletions
diff --git a/param.ccl b/param.ccl
index 9ca05aa..bbf8c3a 100644
--- a/param.ccl
+++ b/param.ccl
@@ -3,10 +3,13 @@
private:
-BOOLEAN verbose "Verbose information"
+BOOLEAN cartoon_active "Activate cartoon boundary condition"
{
} "no"
+BOOLEAN verbose "Verbose information"
+{
+} "no"
BOOLEAN stencil "Use custom 2D stencil if available"
{
@@ -14,5 +17,5 @@ BOOLEAN stencil "Use custom 2D stencil if available"
INT order "Cartoon's interpolation order"
{
- 1:5 :: "from linear to fifth order"
+ 1:5 :: "From linear to fifth order."
} 4