Skip to content

Commit

Permalink
Merge 86b2155 into 6c16367
Browse files Browse the repository at this point in the history
  • Loading branch information
cffk committed Aug 13, 2015
2 parents 6c16367 + 86b2155 commit 794052e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/dmstor.c
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ static double proj_strtod(char *nptr, char **endptr);
*sym = "NnEeSsWw";
static const double
vm[] = {
.0174532925199433,
DEG_TO_RAD,
.0002908882086657216,
.0000048481368110953599
};
Expand Down
2 changes: 1 addition & 1 deletion src/rtodms.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 794052e

Please sign in to comment.