summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoreschnett <eschnett@17b73243-c579-4c4c-a9d2-2d5706c11dac>2013-03-01 03:18:38 +0000
committereschnett <eschnett@17b73243-c579-4c4c-a9d2-2d5706c11dac>2013-03-01 03:18:38 +0000
commitbbeffc8d45d8e07cc079225c3b43058408f6409e (patch)
tree85001082d42cdf6e4a6ee687277562abf26e6108
parentd3176476b983fb2001a2163453503f38598556bf (diff)
Correct example for test.ccl
git-svn-id: http://svn.cactuscode.org/flesh/trunk@4970 17b73243-c579-4c4c-a9d2-2d5706c11dac
-rw-r--r--doc/UsersGuide/ApplicationThorns.tex6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/UsersGuide/ApplicationThorns.tex b/doc/UsersGuide/ApplicationThorns.tex
index 8e73fd5b..cc943339 100644
--- a/doc/UsersGuide/ApplicationThorns.tex
+++ b/doc/UsersGuide/ApplicationThorns.tex
@@ -3488,7 +3488,7 @@ rest of the line is a comment. If the last non-blank character of a
line in a config file is a backslash `\texttt{$\backslash$}', the
following line is treated as a continuation of the current line.
Options include test specific absolute and relative tolerances, thorn
-specific absolute and relative tolerances, the number of procesors required
+specific absolute and relative tolerances, the number of processors required
to run, and file extensions. The configuration file has the form:
\begin{alltt}
@@ -3521,8 +3521,8 @@ matching as long as there are no whitespaces in the regular expression.
For example:
\begin{alltt}
-ABSTOL ^Psi4.[xy] 1e-8
-RELTOL gxx 1e-12
+ABSTOL 1e-8 ^Psi4.[xy]
+RELTOL 1e-12 gxx
\end{alltt}
More specific tolerances can be specified for all the tests of a thorn