Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add mpi_get_accumulate call. And MPI_NO_OP operation
[simgrid.git] / src / smpi / smpi_info.hpp
index c89558b..a3a6235 100644 (file)
@@ -19,8 +19,8 @@ class Info : public F2C{
     xbt_dict_t dict_;
     int refcount_;
   public:
-    Info();
-    Info(Info* orig);
+    explicit Info();
+    explicit Info(Info* orig);
     ~Info();
     void ref();
     static void unref(MPI_Info info);