summaryrefslogtreecommitdiff
path: root/doc/UsersGuide
diff options
context:
space:
mode:
authortradke <tradke@17b73243-c579-4c4c-a9d2-2d5706c11dac>2001-07-15 10:07:30 +0000
committertradke <tradke@17b73243-c579-4c4c-a9d2-2d5706c11dac>2001-07-15 10:07:30 +0000
commit5bb6466e3e858b0c0b6483bddf0bb20443310f41 (patch)
tree0aaaa49fc9cf1d1ddccc55dd09e743bd9f473300 /doc/UsersGuide
parent663d0e61201f4092eff49b481778402641886dfc (diff)
Fixed some syntax errors.
git-svn-id: http://svn.cactuscode.org/flesh/trunk@2294 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'doc/UsersGuide')
-rw-r--r--doc/UsersGuide/ThornWriters.tex6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/UsersGuide/ThornWriters.tex b/doc/UsersGuide/ThornWriters.tex
index e2b0a0c5..0648797a 100644
--- a/doc/UsersGuide/ThornWriters.tex
+++ b/doc/UsersGuide/ThornWriters.tex
@@ -2587,12 +2587,12 @@ is provided to destroy the stucture
\end{Lentry}
-\subsection{The {\t cTimerData} Structure}
+\subsection{The {\tt cTimerData} Structure}
-The structure holding the timing data, {\t cTimerData}, contains
+The structure holding the timing data, {\tt cTimerData}, contains
the number of collected times (one measurement for each registered clock),
and the measured time for each clock. The measured time is held in
-a structure of type {\t cTimerVal} which contains the data type
+a structure of type {\tt cTimerVal} which contains the data type
of the measured value, a description of the clock, and the units used
for the measurements. Hopefully additional interfaces will soon be added
to avoid detailed knowledge of these structures, but for now here are