From f5a08d7cb2b18ab88f5339c1d38e80a16104ecfe Mon Sep 17 00:00:00 2001 From: jthorn Date: Mon, 27 Oct 2003 14:51:41 +0000 Subject: 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 --- doc/documentation.tex | 5 +++-- 1 file 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. -- cgit v1.2.3