X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/898e631752573fb35b17c83b5a4682f366539525..8c416e92254512408c1d0ce729e8d3cf82ec9938:/examples/s4u/async-wait/s4u-async-wait.cpp?ds=sidebyside diff --git a/examples/s4u/async-wait/s4u-async-wait.cpp b/examples/s4u/async-wait/s4u-async-wait.cpp index f675ce041e..c8a344c548 100644 --- a/examples/s4u/async-wait/s4u-async-wait.cpp +++ b/examples/s4u/async-wait/s4u-async-wait.cpp @@ -106,8 +106,8 @@ int main(int argc, char *argv[]) e.registerFunction("sender"); e.registerFunction("receiver"); - e.loadPlatform(argv[1]); - e.loadDeployment(argv[2]); + e.load_platform(argv[1]); + e.load_deployment(argv[2]); e.run(); return 0;