Skip to content

Commit

Permalink
clean ends of namespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
alxbilger committed Mar 12, 2024
1 parent a2cbbe9 commit 744eadc
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 33 deletions.
4 changes: 1 addition & 3 deletions src/BeamAdapter/component/BeamInterpolation.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,4 @@ static int BeamInterpolationClass = core::RegisterObject("Adaptive Beam Interpol
////////////////////////////////////////////////////////////////////////////////////////////////////
template class SOFA_BEAMADAPTER_API BeamInterpolation<Rigid3Types>;

} /// namespace _beaminterpolation_

/// sofa::component::fem
}
4 changes: 1 addition & 3 deletions src/BeamAdapter/component/BeamInterpolation.inl
Original file line number Diff line number Diff line change
Expand Up @@ -1498,6 +1498,4 @@ void BeamInterpolation<DataTypes>::MapForceOnNodeUsingSpline(unsigned int edgeIn
}


} /// namespace _beaminterpolation_

/// namespace sofa::component::fem
}
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,4 @@ static int AdaptiveBeamLengthConstraintClass = RegisterObject("Constrain the len
template class AdaptiveBeamLengthConstraint<Rigid3Types>;


} /// namespace _adaptivebeamlengthconstraint_

/// namespace sofa::component::constraintset
}
Original file line number Diff line number Diff line change
Expand Up @@ -404,6 +404,4 @@ void AdaptiveBeamLengthConstraint<DataTypes>::draw(const VisualParams* vparams)
vparams->drawTool()->restoreLastState();
}

} /// namespace _adaptivebeamlengthconstraint_

/// namespace sofa::component::constraintset
}
4 changes: 1 addition & 3 deletions src/BeamAdapter/component/controller/SutureController.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,4 @@ static int SutureControllerClass = core::RegisterObject("Provides a Mouse & Keyb

template class SOFA_BEAMADAPTER_API SutureController<Rigid3Types>;

} /// _suturecontroller_

/// namespace sofa::component::controller
}
4 changes: 1 addition & 3 deletions src/BeamAdapter/component/controller/SutureController.inl
Original file line number Diff line number Diff line change
Expand Up @@ -1212,6 +1212,4 @@ void SutureController<DataTypes>::draw(const core::visual::VisualParams* vparams
}
}

} /// namespace _suturecontroller_

/// namespace sofa::component::controller
}
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,4 @@ template class SOFA_BEAMADAPTER_API AdaptiveBeamForceFieldAndMass<sofa::defaultt

////////////////////////////////////////////////////////////////////////////////////////////////////

} /// _adaptivebeamforcefiedlandmass_

/// namespace sofa::component::forcefield
}
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,4 @@ template class SOFA_BEAMADAPTER_API AdaptiveInflatableBeamForceField<Rigid3Types

////////////////////////////////////////////////////////////////////////////////////////////////////

} /// _adaptivebeamforcefiedlandmass_

/// namespace sofa::component::forcefield
}
Original file line number Diff line number Diff line change
Expand Up @@ -831,6 +831,4 @@ void AdaptiveInflatableBeamForceField<DataTypes>::drawElement(const VisualParams
}


} /// namespace _AdaptiveInflatableBeamForceField_

/// namespace sofa::component::forcefield
}
7 changes: 1 addition & 6 deletions src/BeamAdapter/component/mapping/BeamLengthMapping.h
Original file line number Diff line number Diff line change
Expand Up @@ -234,10 +234,5 @@ using _beamlengthmapping_::BeamLengthMapping ;



} /// namespace mapping

/// namespace component

/// namespace sofa

}
#endif /* SOFA_COMPONENT_MAPPING_BEAMLENGTHMAPPING_H */

0 comments on commit 744eadc

Please sign in to comment.