File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/sofa/collisionAlgorithm Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -66,11 +66,11 @@ class CollisionLoop : public core::objectmodel::BaseObject {
6666
6767 void processObject (simulation::Node*, core::objectmodel::BaseObject* obj) {
6868 if (CollisionAlgorithm * component = dynamic_cast <CollisionAlgorithm *>(obj)) {
69- // std::string timerName = std::string("-- Do detection : ") + obj->getName();
69+ std::string timerName = std::string (" -- Do detection : " ) + obj->getName ();
7070
71- // sofa::helper::AdvancedTimer::stepBegin(timerName.c_str());
71+ sofa::helper::AdvancedTimer::stepBegin (timerName.c_str ());
7272 component->doDetection ();
73- // sofa::helper::AdvancedTimer::stepEnd(timerName.c_str());
73+ sofa::helper::AdvancedTimer::stepEnd (timerName.c_str ());
7474 }
7575 }
7676
You can’t perform that action at this time.
0 commit comments