X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/e3e4c4433e484e45e5112d35e6ded5714bdaddee..3d07c492fcabdf883adce049d7ce605709a4fcb9:/src/mc/udpor_global.cpp diff --git a/src/mc/udpor_global.cpp b/src/mc/udpor_global.cpp index bd38ee7b74..d099ce0463 100644 --- a/src/mc/udpor_global.cpp +++ b/src/mc/udpor_global.cpp @@ -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); }