Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.

Skip to content
Snippets Groups Projects
Commit d1603d91 authored by gsell's avatar gsell
Browse files

review floating point number comparision in BoundaryGeometry

- use std::abs() instead of std::fabs()
- use std::signbit(n) instead (n < 0)
parent 5d9c07f1
No related branches found
No related tags found
1 merge request!447Resolve "fix floating point comparisons in BoundaryGeometry"
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