summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjthorn <jthorn@17b73243-c579-4c4c-a9d2-2d5706c11dac>2004-11-04 13:30:48 +0000
committerjthorn <jthorn@17b73243-c579-4c4c-a9d2-2d5706c11dac>2004-11-04 13:30:48 +0000
commite9c7fe0cefbfca5c74cb4db4a68b0706afe7a90d (patch)
treeca1dc836535ae3bd0350fb2f22628a4489deabe7
parent11992991d555622603e74acabfef9c52f5b02565 (diff)
CCTK_InterpGridArrays():
* clarify that interp coords are almost always CCTK_REAL or one of the CCTK_REAL* types git-svn-id: http://svn.cactuscode.org/flesh/trunk@3896 17b73243-c579-4c4c-a9d2-2d5706c11dac
-rw-r--r--doc/ReferenceManual/CCTKReference.tex6
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/ReferenceManual/CCTKReference.tex b/doc/ReferenceManual/CCTKReference.tex
index a801db7e..ee1eb2c7 100644
--- a/doc/ReferenceManual/CCTKReference.tex
+++ b/doc/ReferenceManual/CCTKReference.tex
@@ -4351,6 +4351,8 @@ The number of interpolation points requested by this processor.
One of the \code{CCTK\_VARIABLE\_*} type codes, giving the data type of the
interpolation-point coordinate arrays pointed to by \code{interp\_coords[]}.
All interpolation-point coordinate arrays must be of the same data type.
+(In practice, this data type will almost always be \code{CCTK\_REAL}
+or one of the \code{CCTK\_REAL*} types.)
\end{Parameter}
\begin{Parameter}{interp\_coords ($\ne$ NULL)}
(Pointer to) an array of \code{N\_dims} pointers to 1-D arrays giving the
@@ -5037,8 +5039,8 @@ The number of points at which interpolation is to be done.
\hbox{}
One of the \code{CCTK\_VARIABLE\_*} type codes, giving the data type
of the 1-D interpolation-point-coordinate arrays pointed to by
-\code{interp\_coords[]}. In practice, this data type will almost
-always be \code{CCTK\_REAL} or one of the \code{CCTK\_REAL*} types.
+\code{interp\_coords[]}. (In practice, this data type will almost
+always be \code{CCTK\_REAL} or one of the \code{CCTK\_REAL*} types.)
\end{Parameter}
\begin{Parameter}{interp\_coords ($\ne$ NULL)}
\hbox{}