Skip to content

Commit

Permalink
restore namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
alxbilger committed May 13, 2024
1 parent 4fd8586 commit 9959fcc
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@

#include <BeamAdapter/component/controller/AdaptiveBeamController.inl>

namespace sofa::component::controller
namespace sofa::component::controller::_adaptivebeamcontroller_
{

using sofa::defaulttype::Rigid3Types;
Expand All @@ -63,6 +63,6 @@ int AdaptiveBeamControllerClass = RegisterObject("Adaptive beam controller")
template class SOFA_BEAMADAPTER_API AdaptiveBeamController<Rigid3Types>;


} // namespace sofa::component::controller
} // namespace sofa::component::controller::_adaptivebeamcontroller_


0 comments on commit 9959fcc

Please sign in to comment.