From 2de023e0ce915a011526dd03aeea7660447a3fcd Mon Sep 17 00:00:00 2001 From: Daniel Warner Date: Fri, 1 Apr 2011 12:57:25 +0100 Subject: [PATCH] Comments --- SGDP4.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SGDP4.cpp b/SGDP4.cpp index 95f949e..f7f7691 100644 --- a/SGDP4.cpp +++ b/SGDP4.cpp @@ -928,7 +928,7 @@ void SGDP4::DeepSpaceCalculateLunarSolarTerms(const double t, double& pe, double static const double ZEL = 0.05490; /* - * calculate solar terms + * calculate solar terms for time t */ double zm = d_zmos_ + ZNS * t; if (first_run_) @@ -944,7 +944,7 @@ void SGDP4::DeepSpaceCalculateLunarSolarTerms(const double t, double& pe, double const double shs = d_sh2_ * f2 + d_sh3_ * f3; /* - * calculate lunar terms + * calculate lunar terms for time t */ zm = d_zmol_ + ZNL * t; if (first_run_)