aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl11
1 files changed, 4 insertions, 7 deletions
diff --git a/param.ccl b/param.ccl
index ed01266..e40e623 100644
--- a/param.ccl
+++ b/param.ccl
@@ -68,14 +68,11 @@ KEYWORD killing_vector_normalisation "Method for normalising the Killing vector
"median" :: "Use the median integral line"
} "average"
-BOOLEAN output_vtk "Output a VTK file with the main 2D arrays?" STEERABLE=always
+INT output_vtk_every "Output a VTK file with the main 2D" STEERABLE=always
{
-} "no"
-
-INT output_vtk_every "Order of spatial differencing"
-{
- *:* :: "output every so many iterations"
-} 1
+ 0 :: "don't output VTK file"
+ 1:* :: "output every so many iterations"
+} 0
SHARES: ADMBase