aboutsummaryrefslogtreecommitdiff
path: root/doc/documentation.tex
diff options
context:
space:
mode:
Diffstat (limited to 'doc/documentation.tex')
-rw-r--r--doc/documentation.tex5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/documentation.tex b/doc/documentation.tex
index c1e2723..2492a8b 100644
--- a/doc/documentation.tex
+++ b/doc/documentation.tex
@@ -312,9 +312,10 @@ y = interp_coords[1][pt]
z = interp_coords[2][pt]
\end{verbatim}
(Notice here that as described above, we've implicitly taken
-\verb|interp_coords| to have the C~type
+\verb|interp_coords| to have the C~type\\
\verb|const CCTK_REAL* interp_coords[]|, glossing over the casting
-from its actual C~type of \verb|const void* interp_coords[]|.)
+from its actual C~type of\\
+\verb|const void* interp_coords[]|.)
We take \verb|axis| to be a 0-origin integer specifying a coordinate
axis (dimension), \ie{} 0~for~$x$, 1~for~$y$, 2~for~$z$, \dots.