]> AND Public Git Repository - simgrid.git/blobdiff - src/smpi/include/smpi_request.hpp
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Minor changes in smpi::Group.
[simgrid.git] / src / smpi / include / smpi_request.hpp
index 9f2f86410fe16c67421822e92b0dc35921f84420..939248b868ee6faaf6248e2458c75638a09d0934 100644 (file)
@@ -64,7 +64,7 @@ public:
   int tag() const { return tag_; }
   int flags() const { return flags_; }
   bool detached() const { return detached_; }
-  std::string name() const {return std::string("MPI_Request");}
+  std::string name() const override { return std::string("MPI_Request"); }
   MPI_Datatype type() const { return old_type_; }
   void print_request(const char* message) const;
   void start();