X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/19b3962253112b19308537bc2400de141c119d99..041733d27687138580274a397bb287da01c48b4c:/src/kernel/routing/VivaldiZone.cpp diff --git a/src/kernel/routing/VivaldiZone.cpp b/src/kernel/routing/VivaldiZone.cpp index 79a5d19329..e2ec817fd7 100644 --- a/src/kernel/routing/VivaldiZone.cpp +++ b/src/kernel/routing/VivaldiZone.cpp @@ -22,7 +22,7 @@ simgrid::xbt::Extension Coords::EXTENSION_ID; Coords::Coords(NetPoint* netpoint, const char* coordStr) { - if (!Coords::EXTENSION_ID.valid()) + if (not Coords::EXTENSION_ID.valid()) Coords::EXTENSION_ID = NetPoint::extension_create(); std::vector string_values;