Removed tabs

feature/19
Daniel Warner 2011-12-11 09:29:40 +00:00
parent 7ba5873138
commit 3eaa639ccd
1 changed files with 7 additions and 7 deletions

14
SGP4.h
View File

@ -143,12 +143,12 @@ public:
}; };
struct IntegratorValues { struct IntegratorValues {
IntegratorValues() : xndot(0.0), xnddt(0.0), xldot(0.0) { IntegratorValues() : xndot(0.0), xnddt(0.0), xldot(0.0) {
} }
double xndot; double xndot;
double xnddt; double xnddt;
double xldot; double xldot;
}; };
struct IntegratorConstants { struct IntegratorConstants {
@ -165,7 +165,7 @@ public:
/* /*
* integrator values for epoch * integrator values for epoch
*/ */
struct IntegratorValues values_0; struct IntegratorValues values_0;
}; };
struct IntegratorParams { struct IntegratorParams {
@ -182,7 +182,7 @@ public:
/* /*
* itegrator values for current d_atime_ * itegrator values for current d_atime_
*/ */
struct IntegratorValues values_t; struct IntegratorValues values_t;
}; };
private: private: