summaryrefslogtreecommitdiff
path: root/doc/UsersGuide/ThornWriters.tex
diff options
context:
space:
mode:
authorjthorn <jthorn@17b73243-c579-4c4c-a9d2-2d5706c11dac>2004-11-03 08:45:49 +0000
committerjthorn <jthorn@17b73243-c579-4c4c-a9d2-2d5706c11dac>2004-11-03 08:45:49 +0000
commit770f21df1a845efd3ec26e604b027b2c995261cb (patch)
tree1965b3c1ab949f2a9c527278aa5fd3027424f375 /doc/UsersGuide/ThornWriters.tex
parent0a9a7eb4e4377251cab038d9a7aad0485159a9bb (diff)
fix a latex bug which typeset about 5 pages of this chapter (from
the function-alias description to the end of the chapter) in \tt font git-svn-id: http://svn.cactuscode.org/flesh/trunk@3887 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'doc/UsersGuide/ThornWriters.tex')
-rw-r--r--doc/UsersGuide/ThornWriters.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/UsersGuide/ThornWriters.tex b/doc/UsersGuide/ThornWriters.tex
index 1d933740..c5e94c6a 100644
--- a/doc/UsersGuide/ThornWriters.tex
+++ b/doc/UsersGuide/ThornWriters.tex
@@ -3984,7 +3984,7 @@ declarations.
\subsection{Using an aliased function}
To use an aliased function you must first declare it in your
-\tt{ interface.ccl} file. Declare the prototype as, for example,
+\texttt{interface.ccl} file. Declare the prototype as, for example,
\begin{verbatim}
CCTK_REAL FUNCTION SumStuff(CCTK_REAL IN x, CCTK_REAL IN y)
\end{verbatim}