From bbeffc8d45d8e07cc079225c3b43058408f6409e Mon Sep 17 00:00:00 2001 From: eschnett Date: Fri, 1 Mar 2013 03:18:38 +0000 Subject: Correct example for test.ccl git-svn-id: http://svn.cactuscode.org/flesh/trunk@4970 17b73243-c579-4c4c-a9d2-2d5706c11dac --- doc/UsersGuide/ApplicationThorns.tex | 6 +++--- 1 file 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 -- cgit v1.2.3