You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
darktable-org/darktable#14259 changes the representation of an invalid GPS coordinate from NaN to DT_INVALID_GPS_COORDINATE. DT_INVALID_GPS_COORDINATE is -FLT_MAX which is a C definition. This is all a part of replacing NaN use in darktable.
For a start I could create a constants library with the appropriate definitions and values that could be included as needed.
The text was updated successfully, but these errors were encountered:
darktable-org/darktable#14259 changes the representation of an invalid GPS coordinate from
NaN
toDT_INVALID_GPS_COORDINATE
.DT_INVALID_GPS_COORDINATE
is -FLT_MAX which is a C definition. This is all a part of replacingNaN
use in darktable.For a start I could create a constants library with the appropriate definitions and values that could be included as needed.
The text was updated successfully, but these errors were encountered: