X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/0013d87d603e2eb33f659d09ae64e35aaeb880ab..052f2deb51abb0bdbb2a2b6c7d052acdc030cfd5:/src/smpi/smpi_replay_main.cpp diff --git a/src/smpi/smpi_replay_main.cpp b/src/smpi/smpi_replay_main.cpp index 72898c5ca7..240454190c 100644 --- a/src/smpi/smpi_replay_main.cpp +++ b/src/smpi/smpi_replay_main.cpp @@ -6,7 +6,7 @@ int main(int argc, char* argv[]) { - if (simgrid::s4u::Actor::self().get() == nullptr) { + if (simgrid::s4u::Actor::self() == nullptr) { printf("smpireplaymain should not be called directly. Please use smpirun -replay instead.\n"); return 1; }