X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/19b3962253112b19308537bc2400de141c119d99..69fa0c6e72fedc8b1016965248dc3c5665c24292:/src/smpi/smpi_group.hpp diff --git a/src/smpi/smpi_group.hpp b/src/smpi/smpi_group.hpp index 461ea7fd73..9c40f5e530 100644 --- a/src/smpi/smpi_group.hpp +++ b/src/smpi/smpi_group.hpp @@ -7,7 +7,7 @@ #ifndef SMPI_GROUP_HPP_INCLUDED #define SMPI_GROUP_HPP_INCLUDED -#include "private.h" +#include "src/smpi/smpi_f2c.hpp" namespace simgrid{ namespace smpi{ @@ -19,9 +19,9 @@ class Group : public F2C{ xbt_dict_t index_to_rank_map_; int refcount_; public: - Group(); - Group(int size); - Group(Group* origin); + explicit Group(); + explicit Group(int size); + explicit Group(Group* origin); ~Group(); void set_mapping(int index, int rank);