ossama-othman / MaRC

MaRC - Map Reprojections and Conversions
GNU Lesser General Public License v2.1
1 stars 0 forks source link

lib: Simplify GLL summation mode detection. #129

Closed ossama-othman closed 1 year ago

ossama-othman commented 1 year ago

Change GLL optical axis type from double to size_t to simplify the summation mode detection logic by removing the need to be concerned about comparisons of numbers that cannot be exactly represented as floating point values.

coveralls commented 1 year ago

Pull Request Test Coverage Report for Build 2982894617


Totals Coverage Status
Change from base Build 2980695305: 0.0%
Covered Lines: 3185
Relevant Lines: 3535

💛 - Coveralls