aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrideout <rideout@c78560ca-4b45-4335-b268-5f3340f3cb52>2002-07-11 12:36:31 +0000
committerrideout <rideout@c78560ca-4b45-4335-b268-5f3340f3cb52>2002-07-11 12:36:31 +0000
commite1448514c4eb0788f7b01920a6762a6173d69af3 (patch)
tree4a473d0c2000877d47165d3907f9a302da100f09
parentc36cde0fae97d14d171cced02d2b1b926cd66391 (diff)
Fix typo in "uses include" line.
git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/CartGrid3D/trunk@168 c78560ca-4b45-4335-b268-5f3340f3cb52
-rw-r--r--doc/documentation.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/documentation.tex b/doc/documentation.tex
index cca267c..0b7496d 100644
--- a/doc/documentation.tex
+++ b/doc/documentation.tex
@@ -277,7 +277,7 @@ For example, to register the symmetries of the {\it xy} component of the
metric tensor from C, you first need to get access to the include file
by putting the line
\begin{verbatim}
-uses include symmetry.h
+uses include: Symmetry.h
\end{verbatim}
in your \verb|interface.ccl| file. Then in your thorn you can write (C)
\begin{verbatim}