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

Public GIT Repository
factorize
[simgrid.git] / src / smpi / include / smpi_win.hpp
index beee0b492774020d5aee2537d03c3d64fb1cdfc4..c32499feea97dee151711aba9eac1080d0437bdd 100644 (file)
@@ -19,7 +19,6 @@ namespace simgrid{
 namespace smpi{
 
 class Win : public F2C, public Keyval {
-  private :
   void* base_;
   MPI_Aint size_;
   int disp_unit_;