aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortradke <tradke@0337457d-221f-4ee6-a5f0-14255d5370d8>2003-08-28 10:40:29 +0000
committertradke <tradke@0337457d-221f-4ee6-a5f0-14255d5370d8>2003-08-28 10:40:29 +0000
commite690b9fc0c69f46fe2b35581bcd6018727de79a7 (patch)
tree330d915066901ea3afc14874f11afb92d29e27c7
parentf4f12998cf7e5fcd8b5af8ac5bd60ad7c07ca915 (diff)
Fixed small typos.
git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/CoordBase/trunk@4 0337457d-221f-4ee6-a5f0-14255d5370d8
-rw-r--r--doc/documentation.tex10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/documentation.tex b/doc/documentation.tex
index b69e31e..dac8316 100644
--- a/doc/documentation.tex
+++ b/doc/documentation.tex
@@ -90,7 +90,7 @@
% START CACTUS THORNGUIDE
% Add all definitions used in this documentation here:
-\def\WHAGH{CCTK\_WHAGH}
+\def\WRAGH{CCTK\_WRAGH}
\def\beforetable{\\[1mm]}
\hyphenation{Coord}
@@ -120,12 +120,12 @@ detailed here, as this will be the standard for all of the core Cactus
thorns.
CoordBase specifies an extensible set of coordinate properties. The
-use of key-value tables to hold the these properties makes CoordBase
+use of key-value tables to hold these properties makes CoordBase
flexible and configurable. The coordinate values themselves can be
specified in a number of ways, depending on the nature of the
coordinate system. This way symmetries of the coordinates on the
computational grid can be exploited to minimize memory consumption.
-Via a function call, one can easily acertain what coordinate system is
+Via a function call, one can easily ascertain what coordinate system is
associated with any given grid variable, which is convenient for e.g.\
I/O. A method of registering default coordinates for all grid
variables of a certain dimension makes it simple to specify which
@@ -206,7 +206,7 @@ specified, one must be careful when activating more than one coordinate thorn.
Coordinate systems and defaults can be changed at any time throughout
a run, as can coordinate properties.
-In general these are set at \WHAGH\ and CCTK\_BASEGRID, respectively.
+In general these are set at \WRAGH\ and CCTK\_BASEGRID, respectively.
The coordinate thorns are responsible for filling out the portions of
the coordinate and coordinate system tables that are not written by
@@ -380,7 +380,7 @@ DELTA\footnotemark %{only for type=uniform}
\\
Coord\_CoordRegister() fills out the SYSTEM, NAME, and DIRECTION
fields, and the COORDINATES field of the system table. The remaining
-fields are the responsivility of the coordinate thorn.
+fields are the responsibility of the coordinate thorn.
% Each of these fields should be explained...
% Though most are pretty self-explanatory.