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

Public GIT Repository
Use type bool for boolean variables in smpi::Comm too.
[simgrid.git] / src / smpi / include / smpi_errhandler.hpp
index 61750edba51dd88e67ec2311b2b70d0be9e69b90..e08e91f3fd45a984e2d13183dd7cb3a1dbe88af6 100644 (file)
@@ -30,10 +30,8 @@ class Errhandler: public F2C {
   void call(MPI_File file, int errorcode);
   static void unref(Errhandler* errhandler);
   static Errhandler* f2c(int id);
-
 };
-  
 }
 }
 
-#endif
\ No newline at end of file
+#endif