artivis / manif

A small C++11 header-only library for Lie theory.
https://artivis.github.io/manif
MIT License
1.46k stars 239 forks source link

Fix casting float->double #284

Closed artivis closed 6 months ago

artivis commented 7 months ago

closes #282

codecov[bot] commented 6 months ago

Codecov Report

Merging #284 (afe43aa) into devel (c8a9fcb) will increase coverage by 0.02%. Report is 2 commits behind head on devel. The diff coverage is 100.00%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## devel #284 +/- ## ========================================== + Coverage 98.12% 98.15% +0.02% ========================================== Files 55 56 +1 Lines 1818 1843 +25 ========================================== + Hits 1784 1809 +25 Misses 34 34 ```