aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjthorn <jthorn@1c20744c-e24a-42ec-9533-f5004cb800e5>2003-05-12 15:10:20 +0000
committerjthorn <jthorn@1c20744c-e24a-42ec-9533-f5004cb800e5>2003-05-12 15:10:20 +0000
commit44fbdf1ab5121fe21a02b59d0e44c0a8abbfeec1 (patch)
tree3707dd0b85c6dce540ccb3d666f34616558c13a3
parent529241f96d5d91c98dbe7a62997ae0d9283db20e (diff)
put verbatim text with _ in it, inside \verb|...|
(both because it matches our general style, and because otherwise TeX complains otherwise about _ outside of math mode) git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGHInterp/trunk@60 1c20744c-e24a-42ec-9533-f5004cb800e5
-rw-r--r--doc/documentation.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/documentation.tex b/doc/documentation.tex
index 74b5a5c..25990c9 100644
--- a/doc/documentation.tex
+++ b/doc/documentation.tex
@@ -191,7 +191,7 @@ processor ID.
In addition to this global error code (coded in the return value
of {\tt CCTK\_InterpGridArrays()}), the local interpolation status is stored
in the parameter table (if given) as an integer scalar value with the option
-key "local_interpolator_status".
+key \verb|"local_interpolator_status"|.
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\section{\PUGHInterp\ and the old Cactus Interpolation API}