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

Public GIT Repository
try to fix build + cosmetics
[simgrid.git] / src / smpi / include / smpi_f2c.hpp
index 5b77cab24b6cfbbf55e7e1a174eed182e62ac2c9..49f7828fd0c46afc41efd5be613193de47dccab7 100644 (file)
@@ -38,9 +38,8 @@ class F2C {
     static void free_f(int id);
     int c2f();
 
-    //This method should be overriden in all subclasses
-    //to avoid casting the result when calling it.
-    //For the default one, the MPI_*_NULL returned is assumed to be NULL.
+    // This method should be overridden in all subclasses to avoid casting the result when calling it.
+    // For the default one, the MPI_*_NULL returned is assumed to be NULL.
     static F2C* f2c(int id);
 };