Skip to content

Commit

Permalink
Merge branch 'master' into cosseratExtension-review2
Browse files Browse the repository at this point in the history
  • Loading branch information
adagolodjo committed Jul 16, 2024
2 parents fef4345 + 7895f03 commit 2182d29
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/Cosserat/constraint/CosseratActuatorConstraint.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@


#include "CosseratActuatorConstraint.inl"

#include <Cosserat/config.h>
#include <sofa/core/ObjectFactory.h>

namespace sofa::component::constraintset
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
* Contact information: contact@sofa-framework.org *
******************************************************************************/
#include<sofa/defaulttype/VecTypes.h>
#include <Cosserat/config.h>
#include <sofa/core/ObjectFactory.h>
#include "CosseratNeedleSlidingConstraint.inl"

Expand Down
1 change: 1 addition & 0 deletions src/Cosserat/constraint/QPSlidingConstraint.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
* Contact information: contact@sofa-framework.org *
******************************************************************************/
#include<sofa/defaulttype/VecTypes.h>
#include <Cosserat/config.h>
#include <sofa/core/ObjectFactory.h>
#include <iostream>
#include "QPSlidingConstraint.inl"
Expand Down

0 comments on commit 2182d29

Please sign in to comment.