diff --git a/src/main/java/org/orekit/rugged/api/ProjectionTypeId.java b/src/main/java/org/orekit/rugged/api/ProjectionTypeId.java index c36b7fb4f14916ddce0b5ebc12758456e0997e3d..73e097230c78477c0e54bbaabf6819d0ab5a1572 100644 --- a/src/main/java/org/orekit/rugged/api/ProjectionTypeId.java +++ b/src/main/java/org/orekit/rugged/api/ProjectionTypeId.java @@ -23,20 +23,20 @@ package org.orekit.rugged.api; public enum ProjectionTypeId { /** Constant for WGS 84 projection type. */ - WGS84, + WGS84, /** Constant for UTM zone 1N projection type. */ UTM1N, - + /** Constant for UTM zone 60N projection type. */ UTM60N, - + /** Constant for UTM zone 1S projection type. */ UTM1S, - + /** Constant for UTM zone 60S projection type. */ UTM60S, - + /** Constant for Lambert-93 projection type. */ LAMBERT93 } diff --git a/src/main/java/org/orekit/rugged/utils/ExtendedEllipsoid.java b/src/main/java/org/orekit/rugged/utils/ExtendedEllipsoid.java index 6ce1a013fcc08508e54f1267558dc1e59185d377..62010582eb64cdd71c6d77b66863423f2304b562 100644 --- a/src/main/java/org/orekit/rugged/utils/ExtendedEllipsoid.java +++ b/src/main/java/org/orekit/rugged/utils/ExtendedEllipsoid.java @@ -78,7 +78,7 @@ public class ExtendedEllipsoid extends OneAxisEllipsoid { * @param position cell position (in body frame) (m) * @param los pixel line-of-sight, not necessarily normalized (in body frame) * @param latitude latitude with respect to ellipsoid (rad) - * @param closeReference reference point used to select the closest solution + * @param closeReference reference point used to select the closest solution * when there are two points at the desired latitude along the line, it should * be close to los surface intersection (m) * @return point at latitude (m)