summaryrefslogtreecommitdiff
path: root/doc
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
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')
-rw-r--r--doc/UsersGuide/Appendices.tex8
-rw-r--r--doc/UsersGuide/ThornWriters.tex8
2 files changed, 9 insertions, 7 deletions
diff --git a/doc/UsersGuide/Appendices.tex b/doc/UsersGuide/Appendices.tex
index 0c584c89..a5ed5abf 100644
--- a/doc/UsersGuide/Appendices.tex
+++ b/doc/UsersGuide/Appendices.tex
@@ -494,7 +494,9 @@ as {\t CCTK\_REAL4} to specify the precision of the parameter.
"<keyword value>", "<keyword value>" :: "<description>"
\end{verbatim}
}
- \item[{\t STRING}] Allowed values for strings should be specified using regular expressions. To allow any string, the regular expression ".*" should be used.
+ \item[{\t STRING}] Allowed values for strings should be specified
+ using regular expressions. To allow any string, the regular expression
+ {\tt ".*"} should be used.
\item[{\t BOOLEAN}] No {\t PARAMETER\_VALUES} should be specified for a boolean
parameter. The default value for a boolean can be
\begin{itemize}
@@ -646,9 +648,9 @@ Each \textit{schedule block} in the file {\t schedule.ccl} must have the syntax:
this number may be omitted.
\item[{\tt TRIGGER}] List of grid variables or groups to be used as
- triggers for causing an analysis function or analysis group to be
+ triggers for causing an {\tt ANALYSIS} function or group to be
executed. Any schedule block for an analysis function or analysis
- group must contain a nontrivial TRIGGER line.
+ group must contain a nontrivial {\tt TRIGGER} line.
\item[{\tt SYNCHRONISE}] List of groups to be synchronised as soon
as the function or schedule group is exited.
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