X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/9f1660082076723d68ddda6efed0f51c638b05ab..0dda9bcd2d7df2c8141a8170a7cb8fe20746b4a9:/src/smpi/smpi_comm.hpp diff --git a/src/smpi/smpi_comm.hpp b/src/smpi/smpi_comm.hpp index 992c9229e0..3e997763cf 100644 --- a/src/smpi/smpi_comm.hpp +++ b/src/smpi/smpi_comm.hpp @@ -18,7 +18,7 @@ class Comm : public F2C, public Keyval{ private: MPI_Group group_; - MPIR_Topo_type topoType_; + MPIR_Topo_type topoType_; MPI_Topology topo_; // to be replaced by an union int refcount_; MPI_Comm leaders_comm_;//inter-node communicator