aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2003-07-28 12:14:04 +0000
committerjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2003-07-28 12:14:04 +0000
commit58f5cec8e34829331f3702f2d7ee5ff51446ed72 (patch)
tree22128d540fa84151db84807c465994e9adb40fef /doc
parentaef2c7825b02ab8a72292b13e4718d1f8eebd572 (diff)
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
Diffstat (limited to 'doc')
-rw-r--r--doc/documentation.tex4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/documentation.tex b/doc/documentation.tex
index 7258ec5..cb008ab 100644
--- a/doc/documentation.tex
+++ b/doc/documentation.tex
@@ -658,13 +658,13 @@ parameters controlling if, how often, and how these should be written
to data files:
\begin{description}
-\item[\code{how\_often\_to\_output\_h}]
+\item[\code{output\_h\_every}]
\mbox{}\\
If \verb|find_AHs_at_poststep| is set to true,
\thorn{AHFinderDirect} will try to find the apparent horizon(s)
at every time step. However, you can control how often
(if at all) the apparent horizon shape(s) are written to
- data files: this is only done if \verb|how_often_to_output_h|
+ data files: this is only done if \verb|output_h_every|
is nonzero, and the Cactus time step number \verb|cctk_iteration|
is an integral multiple of this parameter.