Skip to content

Commit

Permalink
Update src/BeamAdapter/component/engine/SteerableCatheter.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: Hugo <[email protected]>
  • Loading branch information
fredroy and hugtalbot authored Jan 8, 2025
1 parent 5413ab5 commit 351c75f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/BeamAdapter/component/engine/SteerableCatheter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ namespace beamadapter

void registerSteerableCatheter(sofa::core::ObjectFactory* factory)
{
factory->registerObjects(sofa::core::ObjectRegistrationData("")
factory->registerObjects(sofa::core::ObjectRegistrationData("Catheter object with a flexible tip based on WireRestShape")
.add< sofa::component::engine::SteerableCatheter<sofa::defaulttype::Rigid3Types> >());
}

Expand Down

0 comments on commit 351c75f

Please sign in to comment.