aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authorschnetter <schnetter@ef6f4158-a8ee-47d1-ba14-cb73256398e0>2010-04-11 01:57:44 +0000
committerschnetter <schnetter@ef6f4158-a8ee-47d1-ba14-cb73256398e0>2010-04-11 01:57:44 +0000
commitd599a5abfa9eac2ad39f56567b6f18104b1d17d6 (patch)
treea3edce8d21e8d683be87a7564f827ee9c1b8a1c2 /param.ccl
parent785f01b260541287633dfe2534bf108883faeea6 (diff)
Remove variables containing derivative of the two-metric.
Correct some comments. Remove format statements from VTK output code. Remove output_vtk option. git-svn-id: https://svn.cct.lsu.edu/repos/numrel/LSUThorns/QuasiLocalMeasures/trunk@13 ef6f4158-a8ee-47d1-ba14-cb73256398e0
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