diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/dmstor.c | 2 | ||||
| -rw-r--r-- | src/rtodms.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/dmstor.c b/src/dmstor.c index 62c06f3d..9665d5a9 100644 --- a/src/dmstor.c +++ b/src/dmstor.c @@ -11,7 +11,7 @@ static double proj_strtod(char *nptr, char **endptr); *sym = "NnEeSsWw"; static const double vm[] = { - .0174532925199433, + DEG_TO_RAD, .0002908882086657216, .0000048481368110953599 }; diff --git a/src/rtodms.c b/src/rtodms.c index abf6bc1c..591874a6 100644 --- a/src/rtodms.c +++ b/src/rtodms.c @@ -10,7 +10,7 @@ static double RES = 1000., RES60 = 60000., -CONV = 206264806.24709635515796003417; +CONV = 206264806.24709635516; static char format[50] = "%dd%d'%.3f\"%c"; static int |
