Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
add smpi_execute_flops_benched call
[simgrid.git] / src / smpi / include / smpi_errhandler.hpp
index 61750edba51dd88e67ec2311b2b70d0be9e69b90..30309016edd4fec6b7857e725239ed2fcc3a5f3e 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2010-2019. The SimGrid Team.
+/* Copyright (c) 2010-2020. The SimGrid Team.
  * All rights reserved.                                                     */
 
 /* This program is free software; you can redistribute it and/or modify it
@@ -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