Skip to content
Snippets Groups Projects
Commit 89129728 authored by Luc Maisonobe's avatar Luc Maisonobe
Browse files

Fixed checkstyle warning.

parent 40e35962
No related branches found
No related tags found
No related merge requests found
......@@ -919,7 +919,7 @@ public class RuggedBuilder {
switch (ellipsoidID) {
case GRS80 :
return new OneAxisEllipsoid(Constants.GRS80_EARTH_EQUATORIAL_RADIUS,
Constants.GRS80_EARTH_FLATTENING,
Constants.GRS80_EARTH_FLATTENING,
bodyFrame);
case WGS84 :
return new OneAxisEllipsoid(Constants.WGS84_EARTH_EQUATORIAL_RADIUS,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment