Pass const reference to a couple of functions and drop "using" statement from header.
[PaGMO.git] / AstroToolbox / Pl_Eph_An.h
blob17feea90efc7eb42310c2e31131fce5fc73add9e
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 // ------------------------------------------------------------------------ //
11 #ifndef PL_EPH_AN_H
12 #define PL_EPH_AN_H
14 void Planet_Ephemerides_Analytical (const double &, const int &, double*, double*);
16 void Custom_Eph(const double &, const double &, const double[], double*, double*);
18 #endif