Commit 2bdbed60 authored by Umang Yadav's avatar Umang Yadav
Browse files

undo

parent 31aed3ec
......@@ -200,9 +200,7 @@ bool verify_range(const R1& r1,
std::size_t tolerance = 80,
double* out_error = nullptr)
{
// double threshold = get_threshold(r1, tolerance);
double threshold = std::numeric_limits<range_value<R1>>::epsilon() * tolerance;
double threshold = get_threshold(r1, tolerance);
auto error = rms_range(r1, r2);
if(out_error != nullptr)
*out_error = error;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment