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
fix warning about truncating floating point values
warning: using integer absolute value function 'abs' when argument is of floating point type [-Wabsolute-value]
_meetPointLon += 2*3.14159265358979323846 - abs(_meetPointLon);
^
note: use function 'std::abs' instead
0 commit comments