From 770f21df1a845efd3ec26e604b027b2c995261cb Mon Sep 17 00:00:00 2001 From: jthorn Date: Wed, 3 Nov 2004 08:45:49 +0000 Subject: 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 --- doc/UsersGuide/ThornWriters.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/UsersGuide/ThornWriters.tex') 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} -- cgit v1.2.3