summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>2001-05-08 14:06:40 +0000
committerallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>2001-05-08 14:06:40 +0000
commitaae8e43a8b249fc9ec8a51ec93af8e8ea6c7350a (patch)
tree785498675a6148cbbb5e7779d564f26c5e281730
parent5f80b005553820125993f34edceea6e42fc7b8ce (diff)
Fixing up labelling, couple of typos
git-svn-id: http://svn.cactuscode.org/flesh/trunk@2157 17b73243-c579-4c4c-a9d2-2d5706c11dac
-rw-r--r--doc/UsersGuide/Appendices.tex16
-rw-r--r--doc/UsersGuide/ThornWriters.tex9
2 files changed, 13 insertions, 12 deletions
diff --git a/doc/UsersGuide/Appendices.tex b/doc/UsersGuide/Appendices.tex
index ae85db5e..5a02afdf 100644
--- a/doc/UsersGuide/Appendices.tex
+++ b/doc/UsersGuide/Appendices.tex
@@ -192,24 +192,24 @@ range of the parameter separated by optional
parameter.
\subsection{Parameter data scoping items}
-{\t
+{\tt
\begin{verbatim}
<access>:
\end{verbatim}
}
The key word {\t access} designates that all parameter object specification
items up to the next parameter data scoping item are in the same
-protection or scoping class. {\t access} can take the values:
+protection or scoping class. {\tt access} can take the values:
\begin{Lentry}
-\item[{\t global}] all thorns have access to global parameters
-\item[{\t restricted}] other thorns can have access to these
+\item[{\tt global}] all thorns have access to global parameters
+\item[{\tt restricted}] other thorns can have access to these
parameters if they specifically request
it in their own param.ccl
-\item[{\t private}] only your thorn has access to private parameters
-\item[{\t shares}] in this case an {\t implementation} name must follow
+\item[{\tt private}] only your thorn has access to private parameters
+\item[{\tt shares}] in this case an {\t implementation} name must follow
the colon. It declare that all the parameters in
the following scoping block are restricted variables
- from the specified {\t implementation}.
+ from the specified {\tt implementation}.
\end{Lentry}
@@ -234,7 +234,7 @@ protection or scoping class. {\t access} can take the values:
[<low-range>][:[<high-range>][:[<step>]]][::"<range description>"]
\end{verbatim}
}
-Where an empty field, or a {\t *} in the place of {\t low-range} or
+Where an empty field, or a {\t *} in the place of {\tt low-range} or
{\t high-range} indicates $-\infty$ and $\infty$ respectively. The
default value for {\t step} is 1. A number by itself denotes that
this number is the only acceptable value.
diff --git a/doc/UsersGuide/ThornWriters.tex b/doc/UsersGuide/ThornWriters.tex
index 3a03c7e7..66b1ee7b 100644
--- a/doc/UsersGuide/ThornWriters.tex
+++ b/doc/UsersGuide/ThornWriters.tex
@@ -692,6 +692,7 @@ and has a working directory of {\tt <config>/build/<thorn\_name>} .
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\chapter{Cactus Variables}
+\label{sec:cava}
Cactus variables are sorted into {\tt groups}. All variables in a group
are of the same type, and have
@@ -1188,7 +1189,7 @@ A Cactus macro {\tt CCTK\_ARGUMENTS} is defined for each thorn
to contain
\begin{itemize}
\item General information about the grid hierarchy, for example
- the number of grid points used. See Section \ref{sec:cava} for a
+ the number of grid points used. See Section \ref{sec:cava2} for a
complete list.
\item All the grid variables defined in the thorns {\tt interface.ccl}
\item All the grid variables required from other thorns as requested by
@@ -1210,7 +1211,7 @@ parameters appear as local variables in a thorn. These variables are
changing a parameter is undefined (at best).
The parameters should be declared at the start of the routine
-using them with the macro {\tt DECLARE\_PARAMETERS}
+using them with the macro {\tt DECLARE\_CCTK\_PARAMETERS}
Any routine using Cactus parameters should include at
the top of the file the header
@@ -1325,7 +1326,7 @@ A Cactus macro {\tt CCTK\_ARGUMENTS} is defined for each thorn
to contain
\begin{itemize}
\item General information about the grid hierachy, for example
- the number of grid points on the processor. See Section \ref{sec:cava} for a
+ the number of grid points on the processor. See Section \ref{sec:cava2} for a
complete list.
\item All the grid variables defined in the thorns {\tt interface.ccl}
\item All the grid variables required from other thorns as requested by
@@ -1419,7 +1420,7 @@ Here, {\tt CCTK\_GFINDEX3D(cctkGH,i,j,k)]} expands to
\end{verbatim}
\subsection{Cactus Variables}
-\label{sec:cava}
+\label{sec:cava2}
The Cactus variables which are passed through the macros
{\tt CCTK\_ARGUMENTS}, {\tt CCTK\_ARGUMENTS}, etc are