aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortradke <tradke@b589c3ab-70e8-4b4d-a09f-cba2dd200880>2002-05-27 08:28:10 +0000
committertradke <tradke@b589c3ab-70e8-4b4d-a09f-cba2dd200880>2002-05-27 08:28:10 +0000
commit4c796b160152dbbbe172cbc20cc4e0409a5e6c9e (patch)
treed537194e2e1604ab5a0be17e8c538ac46df8dbd7
parentf47de8d88998ed5b0fd4eb211dfa29745177852e (diff)
Updated the example on how to use option strings to specify reductions for
individual variables. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@130 b589c3ab-70e8-4b4d-a09f-cba2dd200880
-rw-r--r--doc/documentation.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/documentation.tex b/doc/documentation.tex
index 6c886e8..3ab5dbf 100644
--- a/doc/documentation.tex
+++ b/doc/documentation.tex
@@ -119,7 +119,7 @@ For the scalar variable {\tt mythorn::complex} both the real and imaginary part
\begin{verbatim}
IOBasic::outInfo_every = 2
IOBasic::outInfo_vars = "grid::r
- wavetoy::phi[reductions=<norm2>]
+ wavetoy::phi[reductions = 'norm2']
mythorn::complex"
IOBasic::outInfo_reductions = "minimum maximum"
\end{verbatim}