fixed typo East North Up, thank you Sir Dieblich

This commit is contained in:
Antoine Drouin
2010-08-31 11:07:24 +00:00
parent 3d58d38ff6
commit 59ddeabc8b
+1 -1
View File
@@ -26,7 +26,7 @@ struct NedCoor_d {
double z;
};
/* East North Down local tangeant plane */
/* East North Up local tangeant plane */
struct EnuCoor_d {
double x;
double y;