Skip to content

Commit

Permalink
restore SOFA_COSSERAT_API
Browse files Browse the repository at this point in the history
  • Loading branch information
alxbilger committed Jan 23, 2025
1 parent 44f0529 commit d833804
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Cosserat/engine/ProjectionEngine.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ namespace Cosserat
using namespace sofa::defaulttype;

void registerProjectionEngine(sofa::core::ObjectFactory *factory) {
factory->registerObjects(
factory->registerObjects(
sofa::core::ObjectRegistrationData("TODO-ProjectionEngine")
.add<sofa::component::constraintset::ProjectionEngine<Vec3Types>>(
true));
Expand All @@ -43,7 +43,7 @@ void registerProjectionEngine(sofa::core::ObjectFactory *factory) {

namespace sofa::component::constraintset
{
template class ProjectionEngine<defaulttype::Vec3Types>;
template class SOFA_COSSERAT_API ProjectionEngine<defaulttype::Vec3Types>;
}


Expand Down

0 comments on commit d833804

Please sign in to comment.