From f087dd90c22fc674aa0c477785f456123c4d0661 Mon Sep 17 00:00:00 2001 From: tradke Date: Thu, 14 Mar 2002 13:10:44 +0000 Subject: 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 --- doc/documentation.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc') 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. -- cgit v1.2.3