From 96964076e8116fce51e507e9ba04345d75399249 Mon Sep 17 00:00:00 2001 From: tradke Date: Sat, 13 Mar 2004 18:29:36 +0000 Subject: Option strings are enclosed in curly braces. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@148 b589c3ab-70e8-4b4d-a09f-cba2dd200880 --- doc/documentation.tex | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/documentation.tex b/doc/documentation.tex index d5ff0a9..3d57479 100644 --- a/doc/documentation.tex +++ b/doc/documentation.tex @@ -89,7 +89,7 @@ Parameters to control the {\tt Scalar} I/O method are: variables. Multiple variables must be separated by spaces. For CCTK\_GF and CCTK\_ARRAY variables, an option string can be appended - in square brackets to the name of the variable. The only option + in curly braces to the name of the variable. The only option supported so far is an individual list of reductions for that variable which would take precedence over the default reduction operations to perform. @@ -125,7 +125,7 @@ Parameters to control the {\tt Info} I/O method are: variables. Multiple variables must be separated by spaces.\\ For CCTK\_GF and CCTK\_ARRAY variables, an option string can be appended - in square brackets to the name of the variable. The only option + in curly braces to the name of the variable. The only option supported so far is an individual list of reductions for that variable which would take precedence over the default reduction operations to perform. @@ -159,7 +159,7 @@ imaginary part are printed. \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} -- cgit v1.2.3