From 927c7d11bcc196ecb759fb7ee941e23eea1708d0 Mon Sep 17 00:00:00 2001 From: Daniel Warner Date: Wed, 6 Apr 2011 00:55:55 +0100 Subject: [PATCH] Removed unused constants struct from SGDP4 --- SGDP4.h | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/SGDP4.h b/SGDP4.h index 58de768..6e9a893 100644 --- a/SGDP4.h +++ b/SGDP4.h @@ -250,25 +250,6 @@ private: double perigee_; double period_; Julian epoch_; - - struct Constants { - double AE; - double MU; - double CK2; - double CK4; - double TWOTHRD; - double XKE; - double XKMPER; - double S; - double QOMS2T; - double XJ2; - double XJ3; - double XJ4; - double J3OJ2; - }; - - struct Constants constants_; - }; #endif