X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/bfc2bb2fe250f811b2931c915ead7092ba1d80e3..1ed359ee7868e2bfd8bc04b0f5e06f0039e0189e:/examples/s4u/trace-platform/s4u-trace-platform.cpp diff --git a/examples/s4u/trace-platform/s4u-trace-platform.cpp b/examples/s4u/trace-platform/s4u-trace-platform.cpp index 7cea65051c..c01dd8b091 100644 --- a/examples/s4u/trace-platform/s4u-trace-platform.cpp +++ b/examples/s4u/trace-platform/s4u-trace-platform.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2017. The SimGrid Team. All rights reserved. */ +/* Copyright (c) 2010-2019. The SimGrid Team. All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it * under the terms of the license (GNU LGPL) which comes with this package. */ @@ -13,7 +13,7 @@ int main(int argc, char* argv[]) { simgrid::s4u::Engine e(&argc, argv); - e.loadPlatform(argv[1]); + e.load_platform(argv[1]); e.run(); return 0; }