priseborough / InertialNav

Inertial Navigation Filter
BSD 3-Clause "New" or "Revised" License
620 stars 401 forks source link

FILE handles are properly checked for nullptr, instead of checked against integer #45

Closed colinbroderick closed 3 months ago

colinbroderick commented 9 months ago

This check against an integer is bad practice and illegal in some compilers, so code may not compile.