summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortradke <tradke@17b73243-c579-4c4c-a9d2-2d5706c11dac>2001-10-04 15:47:14 +0000
committertradke <tradke@17b73243-c579-4c4c-a9d2-2d5706c11dac>2001-10-04 15:47:14 +0000
commit9d06eca06dac69e3d8647580a90acac9f9eb37b7 (patch)
treee2132f9ce6f8b654bb883357acfc5ccef5126094
parentba845170f30561eb88927922650c566f25bea717 (diff)
Fixed quotes in a source code example. Thanks to Jonathan.
git-svn-id: http://svn.cactuscode.org/flesh/trunk@2391 17b73243-c579-4c4c-a9d2-2d5706c11dac
-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 39b86d89..62966c96 100644
--- a/doc/UsersGuide/ThornWriters.tex
+++ b/doc/UsersGuide/ThornWriters.tex
@@ -2401,7 +2401,7 @@ Note that:
For example, the above example becomes
{\tt
-CCTK\_VInfo(CCTK\_THORNSTRING,'The integer was \%d',inum);
+CCTK\_VInfo(CCTK\_THORNSTRING,"The integer was \%d",inum);
}
\end{itemize}