File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/sofa/collisionAlgorithm Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ class BaseAABBBroadPhase : public BaseGeometry::BroadPhase {
6161 }
6262
6363 inline void doUpdate () {
64- sofa::helper::AdvancedTimer::stepBegin (" ========================= AABBBroadPhase do update ========================= " );
64+ sofa::helper::AdvancedTimer::stepBegin (" AABBBroadPhase doUpdate - " + this -> getName () );
6565 m_Bmin = l_geometry->getPosition (0 );
6666 m_Bmax = m_Bmin;
6767
@@ -116,7 +116,7 @@ class BaseAABBBroadPhase : public BaseGeometry::BroadPhase {
116116 updateElemInBoxes ();
117117
118118// sofa::helper::AdvancedTimer::stepEnd("========================= Elements rangés dans boites in AABB doUpdate =========================");
119- sofa::helper::AdvancedTimer::stepEnd (" ========================= AABBBroadPhase do update ========================= " );
119+ sofa::helper::AdvancedTimer::stepEnd (" AABBBroadPhase doUpdate - " + this -> getName () );
120120 }
121121
122122
You can’t perform that action at this time.
0 commit comments