aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl7
1 files changed, 6 insertions, 1 deletions
diff --git a/param.ccl b/param.ccl
index f334526..3f95f13 100644
--- a/param.ccl
+++ b/param.ccl
@@ -20,6 +20,11 @@ INT order "Cartoon's interpolation order"
1:5 :: "From linear to fifth order."
} 4
+INT eno_order "The interpolation order applied to the ENO interpolator"
+{
+ 1:5 :: "From linear to fifth order."
+} 4
+
BOOLEAN allow_grid_resize "Allow grid to be resized in a cartoon-compatible way"
{
-} "no" \ No newline at end of file
+} "no"