summaryrefslogtreecommitdiff
path: root/doc/UsersGuide/ThornWriters.tex
diff options
context:
space:
mode:
authorrideout <rideout@17b73243-c579-4c4c-a9d2-2d5706c11dac>2004-06-26 18:28:17 +0000
committerrideout <rideout@17b73243-c579-4c4c-a9d2-2d5706c11dac>2004-06-26 18:28:17 +0000
commit757d4032dcaa5c91373c86a807f08eed930607f4 (patch)
tree0c55247f51120567a5db5722ad1c5da98c51a391 /doc/UsersGuide/ThornWriters.tex
parent89bdc47516cc0f966b28e6a75f7acb1fc79c549e (diff)
typo fixes
git-svn-id: http://svn.cactuscode.org/flesh/trunk@3798 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'doc/UsersGuide/ThornWriters.tex')
-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 8aa86bf5..9964e45f 100644
--- a/doc/UsersGuide/ThornWriters.tex
+++ b/doc/UsersGuide/ThornWriters.tex
@@ -632,14 +632,14 @@ timelevels to activate storage for.
\subsection{The {\tt configuration.ccl}}
\label{subsec:configuration_ccl}
-[{\bf NOTE:} the configuration.ccl is a new feature, and not all the
+[{\bf NOTE:} the {\tt configuration.ccl} is a new feature, and not all the
features described in this section have been fully implemented yet.
PROVIDES and REQUIRES should work, but script support and OPTIONAL are still
being developed.]
The {\tt configuration.ccl} file is optional. It can be used for two
purposes: to detect certain features of the host system, such as the
-presence or absence of libraries, variables types, etc, or the
+presence or absence of libraries, variable types, etc, or the
location of libraries; or to provide access to certain functions too
complex or otherwise not suitable for function aliasing.
@@ -3232,7 +3232,7 @@ sections include:
\begin{itemize}
\item{\bf model} A description of the system which the thorn is modelling,
- including the equations etc. which are being solved or implemented.
+ including the equations etc.\ which are being solved or implemented.
\item{\bf numerical implementation} Details about how the model is
numerically implemented in the thorn.