]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Testsuite: Also accept numerical values that have a relative error of less than 1...
authormaier <maier@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 15 Nov 2013 14:30:09 +0000 (14:30 +0000)
committermaier <maier@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 15 Nov 2013 14:30:09 +0000 (14:30 +0000)
git-svn-id: https://svn.dealii.org/trunk@31670 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/cmake/setup_testsuite.cmake

index 5aa5eb27187166d391127777457393ef40c69c2d..8b8ff6b86acb42b81f54a16bb03a669e6e813f40 100644 (file)
@@ -96,7 +96,7 @@ ENDIF()
 
 IF("${TEST_DIFF}" STREQUAL "")
   IF(NOT NUMDIFF_EXECUTABLE MATCHES "-NOTFOUND")
-      SET(TEST_DIFF ${NUMDIFF_EXECUTABLE} -a 1e-6 -s ' \\t\\n:')
+      SET(TEST_DIFF ${NUMDIFF_EXECUTABLE} -a 1e-6 -r 1e-8 -s ' \\t\\n:')
   ELSE()
       SET(TEST_DIFF ${DIFF_EXECUTABLE})
   ENDIF()

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.