summaryrefslogtreecommitdiff
path: root/doc/UsersGuide/ThornWriters.tex
diff options
context:
space:
mode:
authorrideout <rideout@17b73243-c579-4c4c-a9d2-2d5706c11dac>2002-03-22 17:15:21 +0000
committerrideout <rideout@17b73243-c579-4c4c-a9d2-2d5706c11dac>2002-03-22 17:15:21 +0000
commita1728f053bd2326a55c2a7b429e3540fb56a1d3d (patch)
tree89782d75176b66546b57ce7e81607ebd132b7ac9 /doc/UsersGuide/ThornWriters.tex
parent5873820f40e412bf8aef282797b7245b658b4752 (diff)
Corrected format for variable declarations, and added a clarifying remark.
Fixed some typos. git-svn-id: http://svn.cactuscode.org/flesh/trunk@2659 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 13aeec2b..3f188a29 100644
--- a/doc/UsersGuide/ThornWriters.tex
+++ b/doc/UsersGuide/ThornWriters.tex
@@ -324,8 +324,8 @@ A boolean type which can take values 1, `t', `true', `yes' or
\item a {\tt description} of the parameter
\item an allowed value block --- This consists of a brace delimited
-block of lines\footnote{The begining brace (\{) must sit on a line by
-itself; the ending brace (\}) must be preceeded by a carriage return.}
+block of lines\footnote{The beginning brace (\{) must sit on a line by
+itself; the ending brace (\}) must be preceded by a carriage return.}
describing the allowed values of the parameter. Each range may have a
description associated with it by placing a :: on the line and putting
the description afterwards.
@@ -741,9 +741,9 @@ The specification for a group declaration
[SIZE=<size in each direction>] [DISTRIB=<distribution_type>] \
[GHOSTSIZE=<ghostsize>] [STAGGER=<stagger-specification>]
[{
- <variable_name>[,]<variable_name>
- <variable_name>
-}] ["<group_description>"]
+ [ <variable_name>[,]<variable_name>
+ <variable_name> ]
+} ["<group_description>"] ]
\end{verbatim}
Currently, the names of groups and variables must be distinct.
@@ -760,7 +760,7 @@ bytes the type takes).
\item[INTEGER]
CCTK\_INT, CCTK\_INT2, CCTK\_INT4, CCTK\_INT8. (CCTK\_INT defaults to being CCTK\_INT4).
\item[REAL]
-CCTK\_REAL, CCTK\_REAL4, CCTK\_REAL8, CCTK\_INT16. (CCTK\_REAL defaults to being CCTK\_REAL8).
+CCTK\_REAL, CCTK\_REAL4, CCTK\_REAL8, CCTK\_REAL16. (CCTK\_REAL defaults to being CCTK\_REAL8).
\item[COMPLEX]
CCTK\_COMPLEX, CCTK\_COMPLEX8, CCTK\_COMPLEX16, CCTK\_COMPLEX32.
(CCTK\_COMPLEX defaults to being CCTK\_COMPLEX16).
@@ -787,7 +787,7 @@ This is just a single number, e.g. the total energy of some field. These
variables aren't communicated between processors --- what would be the
result of such communication?
\item[GF]
-This is the most common group type. A GF is a an array with a
+This is the most common group type. A GF is an array with a
specific size, set at run-time in the parameter file, which is distributed
across processors. All GFs have the same size, and the same number of
ghostzones. Groups of GFs can also specify a dimension,