aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authortradke <tradke@4825ed28-b72c-4eae-9704-e50c059e567d>2002-03-14 13:10:44 +0000
committertradke <tradke@4825ed28-b72c-4eae-9704-e50c059e567d>2002-03-14 13:10:44 +0000
commitf087dd90c22fc674aa0c477785f456123c4d0661 (patch)
tree0ab65ce3166382b7ba3edd58a473f6c701112780 /doc
parent5cb06b5bd1a18384113a72cf0762bd6dc6b43de8 (diff)
Added new parameters 'IOHDF5::outdir' and 'IOHDF5::out_every' which just
depricate the old parameters 'IOHDF5::outdir_HDF5' and 'IOHDF5::outHDF5_every'. This is to get a consistent set of I/O parameter names for all I/O thorns. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOHDF5/trunk@112 4825ed28-b72c-4eae-9704-e50c059e567d
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 194c1ab..9aeb647 100644
--- a/doc/documentation.tex
+++ b/doc/documentation.tex
@@ -26,8 +26,8 @@ You obtain output by either
\begin{itemize}
\item setting the appropriate I/O parameters in your parameter files, eg.
\begin{verbatim}
- IOHDF5::outHDF5_every = 10
- IOHDF5::out_vars = "wavetoy::phi"
+ IOHDF5::out_every = 10
+ IOHDF5::out_vars = "wavetoy::phi"
\end{verbatim}
\item calling one the flesh's I/O interface routines in your thorn's
code, eg.