aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBarry Wardell <barry.wardell@gmail.com>2012-12-18 16:59:22 +0000
committerBarry Wardell <barry.wardell@gmail.com>2012-12-18 16:59:22 +0000
commitd0c6163b9ad9329af7d317a5922c24e41e866783 (patch)
tree52e77aa7e97195644fe85ad187ee2a4b6fdfcd8f
parentf813994a3fa7fa735415d110615a488fc88681e1 (diff)
Increase tolerance in ML_CCZ4 test cases.
The hamiltonian constraint had differences slightly above 10^-12 between my laptop and desktop.
-rw-r--r--ML_CCZ4_Test/test/test.ccl2
1 files changed, 2 insertions, 0 deletions
diff --git a/ML_CCZ4_Test/test/test.ccl b/ML_CCZ4_Test/test/test.ccl
index 95b367d..02e9e84 100644
--- a/ML_CCZ4_Test/test/test.ccl
+++ b/ML_CCZ4_Test/test/test.ccl
@@ -1 +1,3 @@
NPROCS 2
+ABSTOL 1.0e-11
+RELTOL 1.0e-11