diff options
Diffstat (limited to 'src/common.h')
-rw-r--r-- | src/common.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/common.h b/src/common.h index 22253e7..dedd259 100644 --- a/src/common.h +++ b/src/common.h @@ -236,12 +236,12 @@ struct location { /** * Degrees north of the equator */ - double lat; + double latitude; /** * Degrees east of the prime meridian */ - double lon; + double longitude; }; |