increased error tolerence further to 10%
This commit is contained in:
parent
c645f7cac8
commit
4ef6542500
1 changed files with 1 additions and 1 deletions
|
|
@ -47,7 +47,7 @@ Description
|
|||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
const scalar relTol = 2.5 / 100.;
|
||||
const scalar relTol = 10.0 / 100.;
|
||||
|
||||
inline scalar relError (scalar x, scalar x0)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue