aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjthorn <jthorn@0f49ee68-0e4f-0410-9b9c-b2c123ded7ef>2003-10-27 14:51:41 +0000
committerjthorn <jthorn@0f49ee68-0e4f-0410-9b9c-b2c123ded7ef>2003-10-27 14:51:41 +0000
commitf5a08d7cb2b18ab88f5339c1d38e80a16104ecfe (patch)
tree970d0149303d1437eff742a342dc9093724e686b
parent75e2a45ad9b75bd1b7b1639b88d8f1bca55457ee (diff)
tweak latex formatting to fix line-wrapping problems spotted by Erik
git-svn-id: http://svn.aei.mpg.de/numrel/AEIThorns/AEILocalInterp/trunk@14 0f49ee68-0e4f-0410-9b9c-b2c123ded7ef
-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.