aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authorsai <sai@eec4d7dc-71c2-46d6-addf-10296150bf52>1999-11-27 19:22:04 +0000
committersai <sai@eec4d7dc-71c2-46d6-addf-10296150bf52>1999-11-27 19:22:04 +0000
commit0b1ea7717e06dd6319165ddd489c7b9c46630aad (patch)
treef1fa48267595e5f9f435366e367e36d12c27ea30 /param.ccl
parent2ae36fa66f5ac95e5983e7651945d861583ead68 (diff)
Code cleanup. Interface changes.
git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/Cartoon2D/trunk@11 eec4d7dc-71c2-46d6-addf-10296150bf52
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