From 58f5cec8e34829331f3702f2d7ee5ff51446ed72 Mon Sep 17 00:00:00 2001 From: jthorn Date: Mon, 28 Jul 2003 12:14:04 +0000 Subject: rename parameters how_often_to_output_h --> output_h_every how_often_to_output_Theta --> output_Theta_every to match the usual Cactus convention for "*_every" parameters (including our own find_every parameter) git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1154 f88db872-0e4f-0410-b76b-b9085cfa78c5 --- param.ccl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'param.ccl') diff --git a/param.ccl b/param.ccl index 7ceddd2..6b24d1d 100644 --- a/param.ccl +++ b/param.ccl @@ -264,7 +264,7 @@ real initial_guess__coord_ellipsoid__z_radius[11] "z radius of ellipsoid" # apparent horizons at each time step, and compute/print small-sized # diagnostics, but this parameter may be used to reduce the number # and size of output files -int how_often_to_output_h \ +int output_h_every \ "how often (in Cactus time steps) should we output h (0 to disable)?" { 0 :: "don't output h at all" @@ -273,7 +273,7 @@ int how_often_to_output_h \ # setting this > 0 is probably only of interest if the Newton iteration # fails to converge, or if you're debugging AHFinderDirect internals -int how_often_to_output_Theta \ +int output_Theta_every \ "how often (in Cactus time steps) should we output the Theta(h) functions?" { 0 :: "don't output Theta(h) at all" -- cgit v1.2.3