From 3c5b9316279ea056c467d607558e4c16f7ab25e0 Mon Sep 17 00:00:00 2001 From: Ian Hinder Date: Tue, 29 Jan 2013 21:50:42 +0100 Subject: test.ccl: Increase absolute tolerance of ML_BSSN_MP_O8_bh to 1e-10 This makes the test pass on my laptop --- ML_BSSN_Test/test/test.ccl | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ML_BSSN_Test/test/test.ccl b/ML_BSSN_Test/test/test.ccl index 7a5d2f8..01403f4 100644 --- a/ML_BSSN_Test/test/test.ccl +++ b/ML_BSSN_Test/test/test.ccl @@ -5,3 +5,8 @@ TEST ML_BSSN_NewRad NPROCS 2 ABSTOL 1e-11 } + +TEST ML_BSSN_MP_O8_bh +{ + ABSTOL 1e-10 +} -- cgit v1.2.3