From 4ef6542500ffcbc7bc9583dcb7aaa1ae0a9506ea Mon Sep 17 00:00:00 2001 From: Yeongdo Park Date: Sat, 3 Nov 2018 14:40:26 -0400 Subject: [PATCH] increased error tolerence further to 10% --- testApp/chemFoam.C | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testApp/chemFoam.C b/testApp/chemFoam.C index 8770c20..d0b9d47 100644 --- a/testApp/chemFoam.C +++ b/testApp/chemFoam.C @@ -47,7 +47,7 @@ Description // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // -const scalar relTol = 2.5 / 100.; +const scalar relTol = 10.0 / 100.; inline scalar relError (scalar x, scalar x0) {