summaryrefslogtreecommitdiff
path: root/doc/UsersGuide/ThornWriters.tex
diff options
context:
space:
mode:
authorswhite <swhite@17b73243-c579-4c4c-a9d2-2d5706c11dac>2004-01-06 13:31:10 +0000
committerswhite <swhite@17b73243-c579-4c4c-a9d2-2d5706c11dac>2004-01-06 13:31:10 +0000
commit18b04b2aaa5fda40303177992a87b69b36d41b9f (patch)
treefb3b16b5e0512e87905ad39b03f8d1c09e4bf427 /doc/UsersGuide/ThornWriters.tex
parent288f7a8c5a0f203d9f2fb80c7bf4210153efed10 (diff)
A few more formatting adjustments
git-svn-id: http://svn.cactuscode.org/flesh/trunk@3486 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'doc/UsersGuide/ThornWriters.tex')
-rw-r--r--doc/UsersGuide/ThornWriters.tex8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/UsersGuide/ThornWriters.tex b/doc/UsersGuide/ThornWriters.tex
index 58ddb4b8..169e754a 100644
--- a/doc/UsersGuide/ThornWriters.tex
+++ b/doc/UsersGuide/ThornWriters.tex
@@ -217,7 +217,7 @@ The implementation is declared by a single line at the top of the file
\begin{verbatim}
implements: <name>
\end{verbatim}
-Where {\tt <name>} can be any combination of alphanumeric
+where {\tt <name>} can be any combination of alphanumeric
characters and underscores, and is case independent.
There are three different access levels available for variables
@@ -1085,7 +1085,7 @@ Parameters are the means by which the user specifies the runtime behaviour of
the code. The user specifies values for parameters in the parameter file, and
then the Flesh validates these values against the ranges the thorn writers have
specified to be valid. Once validated, parameter values are fixed, and cannot
-be changed (unless the parameter is specified to be steerable, see
+be changed (unless the parameter is specified to be \textit{steerable}, see
below). For a detailed discussion of the {\tt param.ccl} syntax see
Appendix \ref{sec:pa}.
@@ -1230,7 +1230,7 @@ Each schedule item is scheduled either {\tt AT} a particular
\label{scheduling:schedule_bins}
These are the main times at which scheduled functions are run, from
-fixed points in the Flesh and Driver thorn (schedule bins can easily
+fixed points in the Flesh and driver thorn (schedule bins can easily
be traversed from any thorn, although this is not usual). When a
schedule bin is \textit{traversed}, all the functions scheduled in that
particular are called, in the manner described in
@@ -1287,7 +1287,7 @@ or group.
\begin{Lentry}
\item[\texttt{LANG}]
This specifies the language of the routine. Currently this is either
-C or Fortran. C++ routines should be defined as {\tt extern ``C''}
+C or Fortran. C++ routines should be defined as {\tt extern "C"}
and registered as {\tt LANG: C}.
\item[\texttt{STORAGE}] The {\tt STORAGE} keyword specifies groups for
which memory should be allocated for the duration of the routine or