Commit e4dd1fb0 authored by Paul's avatar Paul
Browse files

Formatting

parent 8dbabda5
...@@ -162,7 +162,7 @@ double rms_range(R1&& r1, R2&& r2) ...@@ -162,7 +162,7 @@ double rms_range(R1&& r1, R2&& r2)
} }
template <class R1, class R2> template <class R1, class R2>
bool verify_range(R1&& r1, R2&& r2, double tolerance = 80, double * out_error = nullptr) bool verify_range(R1&& r1, R2&& r2, double tolerance = 80, double* out_error = nullptr)
{ {
double threshold = std::numeric_limits<range_value<R1>>::epsilon() * tolerance; double threshold = std::numeric_limits<range_value<R1>>::epsilon() * tolerance;
auto error = rms_range(r1, r2); auto error = rms_range(r1, r2);
......
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