Skip to content
Snippets Groups Projects
Commit d39ebb29 authored by Erik Strand's avatar Erik Strand
Browse files

Adjust tiny_ in GoldenSection

parent 53ef7f2f
No related branches found
No related tags found
No related merge requests found
......@@ -32,7 +32,7 @@ private:
static constexpr Scalar golden_ratio_big_ = 0.618034;
static constexpr Scalar golden_ratio_small_ = Scalar(1) - golden_ratio_big_;
static constexpr Scalar tiny_ = std::numeric_limits<Scalar>::epsilon();
static constexpr Scalar tiny_ = std::numeric_limits<Scalar>::epsilon() * 1e-3;
};
//..................................................................................................
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment