From d599a5abfa9eac2ad39f56567b6f18104b1d17d6 Mon Sep 17 00:00:00 2001 From: schnetter Date: Sun, 11 Apr 2010 01:57:44 +0000 Subject: 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 --- param.ccl | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) (limited to 'param.ccl') 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 -- cgit v1.2.3