Salome HOME
Added Vertex Selection (case1: by 3 faces).
[modules/shaper.git] / src / Events / Events_Loop.cpp
index 3ab9a1cafe5e1e7450e89be8ebbb278ef40eec9e..139e862340007e89ce5dec7723768cb401df18cd 100644 (file)
@@ -127,6 +127,7 @@ void Events_Loop::flush(const Events_ID& theID)
     std::shared_ptr<Events_Message> aGroup = aMyGroup->second;
     myGroups.erase(aMyGroup);
     send(aGroup, false);
+
     if (!aWasFlushed)
       myFlushed.erase(myFlushed.find(theID.myID));
   }