Main Page
Namespaces
Classes
Files
File List
File Members
unittest
packaging
cmake
cmake/extra_lib.cpp
Go to the documentation of this file.
1
2
#include <
eigenpy/version.hpp
>
3
4
int
main
(
int
/*argc*/
,
char
**
/*argv*/
)
5
{
6
eigenpy::checkVersionAtLeast
(0,0,0);
7
return
0;
8
}
eigenpy::checkVersionAtLeast
bool EIGENPY_DLLAPI checkVersionAtLeast(unsigned int major_version, unsigned int minor_version, unsigned int patch_version)
Checks if the current version of EigenPy is at least the version provided by the input arguments...
Definition:
version.cpp:23
main
int main(int, char **)
Definition:
cmake/extra_lib.cpp:4
version.hpp
eigenpy
Author(s): Justin Carpentier, Nicolas Mansard
autogenerated on Sat Apr 17 2021 02:37:59