From 2b1e68758ad8ca1c00efdbe906ceaefbb0450bfa Mon Sep 17 00:00:00 2001
From: Guylaine Prat <guylaine.prat@c-s.fr>
Date: Thu, 17 Jan 2019 14:13:32 +0100
Subject: [PATCH] Remove incorrect comment

---
 .../rugged/intersection/duvenhage/DuvenhageAlgorithm.java       | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/main/java/org/orekit/rugged/intersection/duvenhage/DuvenhageAlgorithm.java b/src/main/java/org/orekit/rugged/intersection/duvenhage/DuvenhageAlgorithm.java
index 84107e6f..bcf1554e 100644
--- a/src/main/java/org/orekit/rugged/intersection/duvenhage/DuvenhageAlgorithm.java
+++ b/src/main/java/org/orekit/rugged/intersection/duvenhage/DuvenhageAlgorithm.java
@@ -75,8 +75,6 @@ public class DuvenhageAlgorithm implements IntersectionAlgorithm {
         // compute intersection with ellipsoid
         final NormalizedGeodeticPoint gp0 = ellipsoid.pointOnGround(position, los, 0.0);
 
-        // compute atmosphere deviation
-
         // locate the entry tile along the line-of-sight
         MinMaxTreeTile tile = cache.getTile(gp0.getLatitude(), gp0.getLongitude());
 
-- 
GitLab