aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Hinder <ian.hinder@aei.mpg.de>2013-01-29 21:50:42 +0100
committerIan Hinder <ian.hinder@aei.mpg.de>2013-01-29 21:50:42 +0100
commit3c5b9316279ea056c467d607558e4c16f7ab25e0 (patch)
treea986b45c0a8a66d87ce3ae2be4cc5b631eb6900d
parent15421755ba625558bb155c63f86d716dc3a320a4 (diff)
test.ccl: Increase absolute tolerance of ML_BSSN_MP_O8_bh to 1e-10
This makes the test pass on my laptop
-rw-r--r--ML_BSSN_Test/test/test.ccl5
1 files changed, 5 insertions, 0 deletions
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
+}