X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/dabc974c900a0e86479655752a6c915385d670e7..ee0065a64fccf2b975b69537eed87ea499c72dfb:/include/simgrid/smpi/replay.hpp diff --git a/include/simgrid/smpi/replay.hpp b/include/simgrid/smpi/replay.hpp index e933f6bd73..1b3152a7a6 100644 --- a/include/simgrid/smpi/replay.hpp +++ b/include/simgrid/smpi/replay.hpp @@ -307,7 +307,7 @@ public: class ScatterVAction : public ReplayAction { public: - explicit ScatterVAction() : ReplayAction("scatterV") {} + explicit ScatterVAction() : ReplayAction("scatterv") {} void kernel(simgrid::xbt::ReplayAction& action) override; };