8 # define RBDYN_DO_PRAGMA(x) _Pragma(#x)
9 # define RBDYN_PRAGMA_WARNING(x) RBDYN_DO_PRAGMA(GCC warning #x)
12 # define __RBDYN_STRINGIFY__(x) #x
13 # define __RBDYN_TOSTRING__(x) __RBDYN_STRINGIFY__(x)
14 # define RBDYN_PRAGMA_WARNING(x) __pragma(message(__FILE__ "(" __RBDYN_TOSTRING__(__LINE__) ") : warning: " #x))
18 RBDYN_PRAGMA_WARNING(EulerIntegration.h is a deprecated header.Use NumericalIntegration.h instead.)
21 #include <rbdyn/deprecated.hh>
30 const std::vector<double> & alpha,
31 const std::vector<double> & alphaD,
33 std::vector<double> & q);
36 RBDYN_DEPRECATED RBDYN_DLLAPI
void eulerIntegration(
const MultiBody & mb, MultiBodyConfig & mbc,
double step);
39 RBDYN_DEPRECATED RBDYN_DLLAPI
void sEulerIntegration(
const MultiBody & mb, MultiBodyConfig & mbc,
double step);