Fix problem type in island model.
[PaGMO.git] / AstroToolbox / Lambert.h
blobaaaf9715f9903a7a6ae986a87390b94fadc7f4de
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
16 void LambertI (const double*, const double*, double, const double &, const int &, //INPUT
17 double*, double*, double&, double&, double& , int&);//OUTPUT
19 #endif