From 1d45476e73c2ad8bc27448495912a2cbdfc55312 Mon Sep 17 00:00:00 2001 From: Daniel Warner Date: Wed, 30 Mar 2011 15:43:24 +0100 Subject: [PATCH] Removed comment --- SGDP4.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/SGDP4.cpp b/SGDP4.cpp index 9ff61d2..d06756a 100644 --- a/SGDP4.cpp +++ b/SGDP4.cpp @@ -287,9 +287,6 @@ void SGDP4::FindPositionSDP4(double tsince) { DeepPeriodics(tsince, e, xinc, omgadf, xnode, xmam); - /* - * TODO: is this needed - */ if (xinc < 0.0) { xinc = -xinc; xnode += Globals::PI();