More header fixage, 'using' statement removal.
[PaGMO.git] / AstroToolbox / time2distance.h
blob2f8fd73e772b3d1066da8a77fe630af8888f72d0
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 TIME_2_DISTANCE_H
12 #define TIME_2_DISTANCE_H
14 double time2distance(const double*, const double*, const double &);
16 #endif