Skip to content
Snippets Groups Projects
Commit bfd97a0b authored by Michael Wedel's avatar Michael Wedel
Browse files

Refs #11465. Fixing float comparison

Switching to std::sort/std::unique did not ultimately solve the problem, since sort also uses V3D::operator<(). Introduced a functor for use in Group and related classes for this purpose and added tests.
parent 162991f1
No related branches found
No related tags found
No related merge requests found
Loading
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