taken over coordinates from upstream
This commit is contained in:
parent
2e23fc1201
commit
5ce954672b
@ -1,4 +1,4 @@
|
|||||||
#include "../coordinates/CoordinateTransformations.h"
|
#include "CoordinateTransformations.h"
|
||||||
#include "../globalfunctions/constants.h"
|
#include "../globalfunctions/constants.h"
|
||||||
#include "../globalfunctions/math/MatrixOperations.h"
|
#include "../globalfunctions/math/MatrixOperations.h"
|
||||||
#include "../globalfunctions/math/VectorOperations.h"
|
#include "../globalfunctions/math/VectorOperations.h"
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
#define FRAMEWORK_COORDINATES_JGM3MODEL_H_
|
#define FRAMEWORK_COORDINATES_JGM3MODEL_H_
|
||||||
|
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#include "../coordinates/CoordinateTransformations.h"
|
#include "CoordinateTransformations.h"
|
||||||
#include "../globalfunctions/math/VectorOperations.h"
|
#include "../globalfunctions/math/VectorOperations.h"
|
||||||
#include "../globalfunctions/timevalOperations.h"
|
#include "../globalfunctions/timevalOperations.h"
|
||||||
#include "../globalfunctions/constants.h"
|
#include "../globalfunctions/constants.h"
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#include "../coordinates/CoordinateTransformations.h"
|
#include "CoordinateTransformations.h"
|
||||||
#include "../coordinates/Sgp4Propagator.h"
|
#include "Sgp4Propagator.h"
|
||||||
#include "../globalfunctions/constants.h"
|
#include "../globalfunctions/constants.h"
|
||||||
#include "../globalfunctions/math/MatrixOperations.h"
|
#include "../globalfunctions/math/MatrixOperations.h"
|
||||||
#include "../globalfunctions/math/VectorOperations.h"
|
#include "../globalfunctions/math/VectorOperations.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user