Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Revert changes to gmath.h
  • Loading branch information
nyalldawson committed Jun 29, 2018
1 parent 53dbca2 commit 5ec6173
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions external/nmea/gmath.h
Expand Up @@ -28,7 +28,6 @@
#define NMEA_GMATH_H

#include "info.h"
#include <qgis_core.h>

#define NMEA_PI (3.141592653589793) //!< PI value
#define NMEA_PI180 (NMEA_PI / 180) //!< PI division by 180
Expand All @@ -48,7 +47,7 @@ extern "C"
* degree VS radian
*/

double CORE_EXPORT nmea_degree2radian( double val );
double nmea_degree2radian( double val );
double nmea_radian2degree( double val );

/*
Expand Down Expand Up @@ -76,7 +75,7 @@ double nmea_meters2dop( double meters );
void nmea_info2pos( const nmeaINFO *info, nmeaPOS *pos );
void nmea_pos2info( const nmeaPOS *pos, nmeaINFO *info );

double CORE_EXPORT nmea_distance(
double nmea_distance(
const nmeaPOS *from_pos,
const nmeaPOS *to_pos
);
Expand Down

0 comments on commit 5ec6173

Please sign in to comment.