summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrhaas <rhaas@17b73243-c579-4c4c-a9d2-2d5706c11dac>2014-01-25 06:11:02 +0000
committerrhaas <rhaas@17b73243-c579-4c4c-a9d2-2d5706c11dac>2014-01-25 06:11:02 +0000
commit1020e9ad794584cac31b4c2dfaf94abd0b99060a (patch)
tree227bb4543f239d4155f5195e3fd2f4a0f8d5e30a
parent467d12807e87b2ace36966d805fe79c221b9529e (diff)
correct regex in ABSTOL example
dots "." need to be escaped in regular expressions git-svn-id: http://svn.cactuscode.org/flesh/trunk@5073 17b73243-c579-4c4c-a9d2-2d5706c11dac
-rw-r--r--doc/UsersGuide/ApplicationThorns.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/UsersGuide/ApplicationThorns.tex b/doc/UsersGuide/ApplicationThorns.tex
index cc943339..61a9970d 100644
--- a/doc/UsersGuide/ApplicationThorns.tex
+++ b/doc/UsersGuide/ApplicationThorns.tex
@@ -3521,7 +3521,7 @@ matching as long as there are no whitespaces in the regular expression.
For example:
\begin{alltt}
-ABSTOL 1e-8 ^Psi4.[xy]
+ABSTOL 1e-8 ^Psi4\backslash.[xy]
RELTOL 1e-12 gxx
\end{alltt}