Skip to content
Snippets Groups Projects
Commit d054c1f7 authored by sesteves's avatar sesteves
Browse files

minor

parent 63485e24
No related branches found
No related tags found
No related merge requests found
......@@ -123,10 +123,7 @@ public class MultiLayerModel implements AtmosphericRefraction {
previousRefractiveIndex = refractionLayer.getRefractiveIndex();
}
final NormalizedGeodeticPoint newGeodeticPoint =
algorithm.refineIntersection(ellipsoid, pos, los, rawIntersection);
return newGeodeticPoint;
return algorithm.refineIntersection(ellipsoid, pos, los, rawIntersection);
} catch (OrekitException oe) {
throw new RuggedException(oe, oe.getSpecifier(), oe.getParts());
......
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