aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl6
1 files changed, 1 insertions, 5 deletions
diff --git a/param.ccl b/param.ccl
index f935161..a42b5e8 100644
--- a/param.ccl
+++ b/param.ccl
@@ -3,10 +3,6 @@
private:
-BOOLEAN active "Use cartoon to implement axisymmetry"
-{
-} "no"
-
BOOLEAN verbose "Verbose information"
{
} "no"
@@ -18,5 +14,5 @@ BOOLEAN stencil "Use custom 2D stencil if available"
INT order "Cartoon's interpolation order"
{
- 0:* ::
+ 1:5 ::
} 4