summaryrefslogtreecommitdiff
path: root/doc/UsersGuide/ThornWriters.tex
diff options
context:
space:
mode:
authorjthorn <jthorn@17b73243-c579-4c4c-a9d2-2d5706c11dac>2003-07-19 13:40:59 +0000
committerjthorn <jthorn@17b73243-c579-4c4c-a9d2-2d5706c11dac>2003-07-19 13:40:59 +0000
commit81a97fef8e76007d577c36a94cb929181129bacb (patch)
treefac5c3dc4046a788783cb181e69eea0c3aee800a /doc/UsersGuide/ThornWriters.tex
parent3b96d49e615cd9ea7f189e1d27b537ee3a8c87c4 (diff)
fix a typo -- C comments are /* */, not \* *\ :)
git-svn-id: http://svn.cactuscode.org/flesh/trunk@3310 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 0ef989ab..9f2fe63e 100644
--- a/doc/UsersGuide/ThornWriters.tex
+++ b/doc/UsersGuide/ThornWriters.tex
@@ -3324,7 +3324,7 @@ functions are applied to the chosen timer using all the registered clocks.
\begin{verbatim}
#include "cctk_Timers.h"
ierr = CCTK_TimerStart(`TimeMyStuff`);
-\* Piece of code to time *\
+/* Piece of code to time */
y = CalculateNewValue(y);
ierr = CCTK_TimerStop(`TimeMyStuff`);
\end{verbatim}