X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/8c416e92254512408c1d0ce729e8d3cf82ec9938..666a812d1b3ee4568f2beb317dfcd08d99055697:/examples/s4u/platform-properties/s4u-platform-properties.cpp diff --git a/examples/s4u/platform-properties/s4u-platform-properties.cpp b/examples/s4u/platform-properties/s4u-platform-properties.cpp index a5c6c53a6c..c4d57e00e2 100644 --- a/examples/s4u/platform-properties/s4u-platform-properties.cpp +++ b/examples/s4u/platform-properties/s4u-platform-properties.cpp @@ -71,7 +71,7 @@ static int david(int argc, char* argv[]) static int bob(int argc, char* argv[]) { /* this host also tests the properties of the AS*/ - simgrid::s4u::NetZone* root = simgrid::s4u::Engine::getInstance()->getNetRoot(); + simgrid::s4u::NetZone* root = simgrid::s4u::Engine::get_instance()->getNetRoot(); XBT_INFO("== Print the properties of the zone"); XBT_INFO(" Zone property: filename -> %s", root->getProperty("filename")); XBT_INFO(" Zone property: date -> %s", root->getProperty("date"));