aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrideout <rideout@ff385933-4943-42dc-877b-ffc776028de6>2002-05-22 23:51:22 +0000
committerrideout <rideout@ff385933-4943-42dc-877b-ffc776028de6>2002-05-22 23:51:22 +0000
commit2ecb4d2bda123d52e5c3b8fc177c74f27ba10d30 (patch)
tree5a466da2afcc701dd17ef19b4b26940ecf782b26
parent7fe64ec7ca3faad320eee6d44ddedd7606c63f28 (diff)
typo fixes
git-svn-id: http://svn.cactuscode.org/arrangements/CactusUtils/NaNChecker/trunk@29 ff385933-4943-42dc-877b-ffc776028de6
-rw-r--r--doc/documentation.tex6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/documentation.tex b/doc/documentation.tex
index 725ebd9..fb3fbfd 100644
--- a/doc/documentation.tex
+++ b/doc/documentation.tex
@@ -23,7 +23,7 @@ become corrupted during a simulation, for example following a division
by zero or illegal memory usage.
On many architectures, uninitialised variables will be given the value
-zero, and simulations using such variables will seeming run perfectly
+zero, and simulations using such variables will seemingly run perfectly
well. However, not only is it dubious programming practise to assume such
behaviour, but also moving to a new machine may well cause pathalogical
problems (for example, with Alpha processors used in Compaq or Cray machines).
@@ -46,7 +46,7 @@ respectively).
The NaNChecker then registers a routine at {\bf CCTK\_POSTSTEP} which checks
at every {\tt NanChecker::check\_every} iteration all the variables listed in
{\tt NaNChecker::check\_vars} for NaN or infinite values (depending on {\tt
-NaNChecker::check\_for}) and -- if such a value is found -- performs an
+NaNChecker::check\_for}) and --- if such a value is found --- performs an
action as specified in {\tt NaNChecker::action\_if\_found}.\\
Currently these actions can be to
@@ -79,7 +79,7 @@ of the variable grid::x, timelevel 1 of {\tt grid::y} and timelevel 2 of
{\tt grid::z} you would use the parameter
\noindent
-{\tt NaNChecker::check\_vars = "grid::x grid::y[timelevel=1] grid::z[timelevel=2"}
+{\tt NaNChecker::check\_vars = "grid::x grid::y[timelevel=1] grid::z[timelevel=2]"}
%
\section{NaNChecker API}