summaryrefslogtreecommitdiff
path: root/doc/UsersGuide/ThornWriters.tex
diff options
context:
space:
mode:
authorallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-09-25 10:50:04 +0000
committerallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-09-25 10:50:04 +0000
commitffad0fbe3962b59b0b548797a513fb13dad7cccd (patch)
treef473bf0fadfe948b0b6191dd432eea257b0ae5ab /doc/UsersGuide/ThornWriters.tex
parent49e7fabc728f09c40d251e4198dc4d8ad255769e (diff)
More changes
git-svn-id: http://svn.cactuscode.org/flesh/trunk@994 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'doc/UsersGuide/ThornWriters.tex')
-rw-r--r--doc/UsersGuide/ThornWriters.tex14
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/UsersGuide/ThornWriters.tex b/doc/UsersGuide/ThornWriters.tex
index 020bfd70..157c06f1 100644
--- a/doc/UsersGuide/ThornWriters.tex
+++ b/doc/UsersGuide/ThornWriters.tex
@@ -19,7 +19,7 @@ and all your evolution thorns in another arrangement, or to have
separate arrangements for your development, private and shared
thorns.
-The arrangements live in the `arrangements' directory off the main
+The arrangements live in the {\tt arrangements} directory off the main
Cactus directory. Arrangement names must be unique, and cannot start
with a `\#', or finish
with `\~{}' or `.bak'.
@@ -43,7 +43,7 @@ without affecting any other thorn.
An {\bf implementation} defines a group of variables and parameters which
are used to implement some functionality. For example the thorn
-{\tt CactusPUGH/PUGH} provides the implementation {\tt driver}. This
+{\tt CactusPUGH/PUGH} provides the implementation {\it driver}. This
implementation is responsible for providing memory for grid variables and
for communication. Another thorn can also implement {\tt driver},
and both thorns can be compiled in {\em at the same time}.
@@ -113,22 +113,22 @@ by various configuration files.
These consist of:
-\begin{itemize}
+\begin{Lentry}
-\item {\tt interface.ccl}
+\item [{\tt interface.ccl}]
This defines the {\bf implementation} (Section~\ref{sec:im}) the thorn
provides, and the variables the thorn needs, along with their
visibility to other implementations.
-\item {\tt param.ccl}
+\item [{\tt param.ccl}]
This defines the parameters that are used to control the thorn, along
with their visibility to other implementations.
-\item {\tt schedule.ccl}
+\item [{\tt schedule.ccl}]
This defines which functions from the thorn are called and when they are
called.
-\end{itemize}
+\end{Lentry}
\subsection{General syntax of CCL files}