summaryrefslogtreecommitdiff
path: root/doc/ReferenceManual
diff options
context:
space:
mode:
authorjthorn <jthorn@17b73243-c579-4c4c-a9d2-2d5706c11dac>2005-03-17 14:11:41 +0000
committerjthorn <jthorn@17b73243-c579-4c4c-a9d2-2d5706c11dac>2005-03-17 14:11:41 +0000
commitb143ec0aa1ab3a43a4ada5fb9178499c1f64865f (patch)
tree533a7bd82799c236ae209a01f9f4e1e57cd0f931 /doc/ReferenceManual
parentffe05f79676164a2434bfe87bd08f0c3d9d50d9d (diff)
Util_Table{Get,Set}Xxx() entries
* add CCTK_BYTE to *all* the entries (I forgot some before :) * tweak wording on what data types Fortran supports Util_Table{Get,Set}XxxArray() entries * document that Fortran accepts the same data types as C git-svn-id: http://svn.cactuscode.org/flesh/trunk@4004 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'doc/ReferenceManual')
-rw-r--r--doc/ReferenceManual/UtilReference.tex13
1 files changed, 7 insertions, 6 deletions
diff --git a/doc/ReferenceManual/UtilReference.tex b/doc/ReferenceManual/UtilReference.tex
index a0ff0146..e2fe5cee 100644
--- a/doc/ReferenceManual/UtilReference.tex
+++ b/doc/ReferenceManual/UtilReference.tex
@@ -1613,7 +1613,7 @@ where \code{XXX} is one of
This is deprecated as of Cactus 4.0 beta 13.
}%%%
,
- \code{CHAR},
+ \code{CHAR}, \code{BYTE},
\code{INT}, \code{INT1}, \code{INT2}, \code{INT4}, \code{INT8},
\code{REAL}, \code{REAL4}, \code{REAL8}, \code{REAL16},
\code{COMPLEX}, \code{COMPLEX8}, \code{COMPLEX16}, \code{COMPLEX32}
@@ -1628,7 +1628,7 @@ character*(*) key
\end{verbatim}
where \code{CCTK\_XXX} may be any data type supported by C (above)
except \code{CCTK\_CHAR} (Fortran doesn't have a separate ``character''
-data type; use \code{CCTK\_BYTE} instead, or \verb|Util_TableGetString()|
+data type; use \code{CCTK\_BYTE} instead)
for a characer string)
\end{Synopsis}
\end{SynopsisSection}
@@ -1775,7 +1775,7 @@ where \code{XXX} is one of
This is deprecated as of Cactus 4.0 beta 13.
}%%%
,
- \code{CHAR},
+ \code{CHAR}, \code{BYTE},
\code{INT}, \code{INT1}, \code{INT2}, \code{INT4}, \code{INT8},
\code{REAL}, \code{REAL4}, \code{REAL8}, \code{REAL16},
\code{COMPLEX}, \code{COMPLEX8}, \code{COMPLEX16}, \code{COMPLEX32}
@@ -1788,6 +1788,7 @@ integer N_elements, handle, N_array
CCTK_XXX(*) array
character*(*) key
\end{verbatim}
+where \code{CCTK\_XXX} may be any data type supported by C (above)
\end{Synopsis}
\end{SynopsisSection}
@@ -3643,8 +3644,7 @@ character*(*) key
\end{verbatim}
where \code{CCTK\_XXX} may be any data type supported by C (above)
except \code{CCTK\_CHAR} (Fortran doesn't have a separate ``character''
-data type; use \code{CCTK\_BYTE} instead, or \verb|Util_TableSetString()|
-for a characer string)
+data type; use \code{CCTK\_BYTE} instead)
\end{Synopsis}
\end{SynopsisSection}
@@ -3780,7 +3780,7 @@ where \code{XXX} is one of
This is deprecated as of Cactus 4.0 beta 13.
}%%%
,
- \code{CHAR},
+ \code{CHAR}, \code{BYTE},
\code{INT}, \code{INT1}, \code{INT2}, \code{INT4}, \code{INT8},
\code{REAL}, \code{REAL4}, \code{REAL8}, \code{REAL16},
\code{COMPLEX}, \code{COMPLEX8}, \code{COMPLEX16}, \code{COMPLEX32}
@@ -3793,6 +3793,7 @@ integer status, handle, N_elements
CCTK_XXX(*) array
character*(*) key
\end{verbatim}
+where \code{CCTK\_XXX} may be any data type supported by C (above)
\end{Synopsis}
\end{SynopsisSection}