increased error tolerence further to 10%

This commit is contained in:
Yeongdo Park 2018-11-03 14:40:26 -04:00
parent c645f7cac8
commit 4ef6542500

View file

@ -47,7 +47,7 @@ Description
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
const scalar relTol = 2.5 / 100.;
const scalar relTol = 10.0 / 100.;
inline scalar relError (scalar x, scalar x0)
{