Skip to content

Commit

Permalink
Increased tolerance
Browse files Browse the repository at this point in the history
  • Loading branch information
DominicDirkx committed Jun 3, 2024
1 parent 9c7e625 commit 309de6a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ BOOST_AUTO_TEST_CASE( testGravityComputation )
}
else
{
BOOST_CHECK( std::fabs( computedLaplacian ) < tolerance );
BOOST_CHECK( std::fabs( computedLaplacian ) < 100.0 * tolerance );

}

Expand Down

0 comments on commit 309de6a

Please sign in to comment.