Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
merge dag parsers into a single file
[simgrid.git] / src / mc / udpor_global.cpp
index bd38ee7b74e9225abd9fbc3bafdedc1c18bbba9c..d099ce0463b64e6c1849444d94102e7d326cb0f3 100644 (file)
@@ -22,7 +22,7 @@ EventSet EvtSetTools::makeUnion(const EventSet& s1, const EventSet& s2)
 
 void EvtSetTools::pushBack(EventSet& events, UnfoldingEvent* e)
 {
-  if (!EvtSetTools::contains(events, e))
+  if (not EvtSetTools::contains(events, e))
     events.push_back(e);
 }