Skip to content

Commit eeb31eb

Browse files
committed
algorithm/constraints/constraint-model-base.hpp fix location of forward declaration
1 parent 6d29e62 commit eeb31eb

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

include/pinocchio/algorithm/constraints/constraint-model-base.hpp

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,10 @@
1111
#include "pinocchio/algorithm/constraints/baumgarte-corrector-parameters.hpp"
1212
#include "pinocchio/algorithm/constraints/baumgarte-corrector-vector-parameters.hpp"
1313

14-
template<typename Scalar>
15-
struct BaumgarteCorrectorParametersTpl;
16-
1714
namespace pinocchio
1815
{
16+
template<typename Scalar>
17+
struct BaumgarteCorrectorParametersTpl;
1918

2019
enum struct ConstraintFormulationLevel
2120
{

0 commit comments

Comments
 (0)