From d0c6163b9ad9329af7d317a5922c24e41e866783 Mon Sep 17 00:00:00 2001 From: Barry Wardell Date: Tue, 18 Dec 2012 16:59:22 +0000 Subject: Increase tolerance in ML_CCZ4 test cases. The hamiltonian constraint had differences slightly above 10^-12 between my laptop and desktop. --- ML_CCZ4_Test/test/test.ccl | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit v1.2.3