Start using atomic counters and set a CMake policy to the new (2.6) type.
[PaGMO.git] / AstroToolbox / PowSwingByInv.h
blob5df59dd6b9b82f6e7aeabb692d4442178b7db2fa
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 POWSWINGBYINV_H
12 #define POWSWINGBYINV_H
14 void PowSwingByInv (const double, const double, const double, double&, double&);
16 #endif