Skip to content

Commit

Permalink
write namespace comments
Browse files Browse the repository at this point in the history
Co-authored-by: erik pernod <[email protected]>
  • Loading branch information
alxbilger and epernod authored Apr 10, 2024
1 parent 744eadc commit 3682abf
Show file tree
Hide file tree
Showing 10 changed files with 14 additions and 10 deletions.
2 changes: 1 addition & 1 deletion src/BeamAdapter/component/BeamInterpolation.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,4 @@ static int BeamInterpolationClass = core::RegisterObject("Adaptive Beam Interpol
////////////////////////////////////////////////////////////////////////////////////////////////////
template class SOFA_BEAMADAPTER_API BeamInterpolation<Rigid3Types>;

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


}
} // namespace sofa::component::fem::_beaminterpolation_

Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,5 @@ static int AdaptiveBeamLengthConstraintClass = RegisterObject("Constrain the len
template class AdaptiveBeamLengthConstraint<Rigid3Types>;


}
} // namespace sofa::component::constraintset::_adaptivebeamlengthconstraint_

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

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

template class SOFA_BEAMADAPTER_API SutureController<Rigid3Types>;

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

}
} // namespace sofa::component::controller::_suturecontroller_

Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,4 @@ template class SOFA_BEAMADAPTER_API AdaptiveBeamForceFieldAndMass<sofa::defaultt

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

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

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

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


}
} // namespace sofa::component::forcefield::_AdaptiveInflatableBeamForceField_

2 changes: 1 addition & 1 deletion src/BeamAdapter/component/mapping/BeamLengthMapping.h
Original file line number Diff line number Diff line change
Expand Up @@ -234,5 +234,5 @@ using _beamlengthmapping_::BeamLengthMapping ;



}
} // namespace sofa::component::mapping
#endif /* SOFA_COMPONENT_MAPPING_BEAMLENGTHMAPPING_H */

0 comments on commit 3682abf

Please sign in to comment.