Skip to content
Snippets Groups Projects
Commit 5c006a87 authored by Dmitri Naumov's avatar Dmitri Naumov
Browse files

[T/NL] Increase tolerance of extrapolation test.

parent 6d5ee002
No related branches found
No related tags found
No related merge requests found
......@@ -219,7 +219,7 @@ void extrapolate(ExtrapolationTestProcess const& pcs,
{
namespace LinAlg = MathLib::LinAlg;
auto const tolerance_dx = 30.0 * std::numeric_limits<double>::epsilon();
auto const tolerance_dx = 31.0 * std::numeric_limits<double>::epsilon();
auto const tolerance_res = 15.0 * std::numeric_limits<double>::epsilon();
const double t = 0.0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment