summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorjthorn <jthorn@17b73243-c579-4c4c-a9d2-2d5706c11dac>2004-11-04 13:28:50 +0000
committerjthorn <jthorn@17b73243-c579-4c4c-a9d2-2d5706c11dac>2004-11-04 13:28:50 +0000
commit11992991d555622603e74acabfef9c52f5b02565 (patch)
tree098a930b7e195fad00512e4764d8542f75cb2c33 /doc
parent46cdd6b43f18ea0ee3c82984e15b6f61170d9a12 (diff)
CCTK_InterpLocalUniform():
* 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@3895 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'doc')
-rw-r--r--doc/ReferenceManual/CCTKReference.tex3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/ReferenceManual/CCTKReference.tex b/doc/ReferenceManual/CCTKReference.tex
index bd7bb3c4..a801db7e 100644
--- a/doc/ReferenceManual/CCTKReference.tex
+++ b/doc/ReferenceManual/CCTKReference.tex
@@ -5037,7 +5037,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[]}.
+\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{}