Templatized a function and removed its duplicate, plus minor optimization.
[PaGMO.git] / AstroToolbox / Lambert.h
blob2c1078051c7659fd27e3affa4bcf929270d3ae6a
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 // ------------------------------------------------------------------------ //
13 #ifndef LAMBERT_H
14 #define LAMBERT_H
17 #include "Astro_Functions.h"
19 void LambertI (const double*, const double*, double, const double, const int, //INPUT
20 double*, double*, double&, double&, double& , int&);//OUTPUT
22 #endif