Skip to content

Commit

Permalink
Make sure the euler symbols are correctly generated
Browse files Browse the repository at this point in the history
  • Loading branch information
gergondet committed Jul 20, 2022
1 parent b6ab523 commit 914e28c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/RBDyn/NumericalIntegration.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

// includes
// RBDyn
#include "RBDyn/EulerIntegration.h"
#include "RBDyn/MultiBody.h"
#include "RBDyn/MultiBodyConfig.h"

Expand Down
2 changes: 2 additions & 0 deletions src/RBDyn/RBDyn/EulerIntegration.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@
# define RBDYN_PRAGMA_WARNING(x) __pragma(message(__FILE__ "(" __RBDYN_TOSTRING__(__LINE__) ") : warning: " # x))
#endif

#ifndef rbdyn_EXPORTS
RBDYN_PRAGMA_WARNING(EulerIntegration.h is a deprecated header.Use NumericalIntegration.h instead.)
#endif

#include <rbdyn/deprecated.hh>

Expand Down

0 comments on commit 914e28c

Please sign in to comment.