CelestiaProject / Celestia

Real-time 3D visualization of space.
https://celestiaproject.space
GNU General Public License v2.0
1.82k stars 307 forks source link

Remove constexpr from absToAppMag/appToAbsMag #2192

Closed ajtribick closed 4 months ago

ajtribick commented 4 months ago

Unfortunately std::log10 is not constexpr until C++26.

ajtribick commented 4 months ago

@375gnu - can you exclude the checks directory from Codacy? It's not particularly useful there and I don't think I have permissions to do this.

sonarcloud[bot] commented 4 months ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

375gnu commented 4 months ago

can you exclude the checks directory from Codacy? It's not particularly useful there and I don't think I have permissions to do this.

done