pl_eph_an.hpp
Go to the documentation of this file.
1 // ------------------------------------------------------------------------ //
2 // This source file is part of the 'ESA Advanced Concepts Team's //
3 // Space Mechanics Toolbox' software. //
4 // //
5 // The source files are for research use only, //
6 // and are distributed WITHOUT ANY WARRANTY. Use them on your own risk. //
7 // //
8 // Copyright (c) 2004-2007 European Space Agency //
9 // ------------------------------------------------------------------------ //
10 
11 #pragma once
12 
13 void Planet_Ephemerides_Analytical(const double, const int, double *, double *);
14 
15 void Custom_Eph(const double, const double, const double[], double *, double *);
void Custom_Eph(const double, const double, const double[], double *, double *)
Definition: pl_eph_an.cpp:135
void Planet_Ephemerides_Analytical(const double, const int, double *, double *)
Definition: pl_eph_an.cpp:14