X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/43f7ca1cac5ab1858e318fdd6239d0a0c3b3d893..879d8b9db2bb799b0013ec9740ed10067505f7f4:/src/smpi/include/smpi_f2c.hpp diff --git a/src/smpi/include/smpi_f2c.hpp b/src/smpi/include/smpi_f2c.hpp index 5b77cab24b..49f7828fd0 100644 --- a/src/smpi/include/smpi_f2c.hpp +++ b/src/smpi/include/smpi_f2c.hpp @@ -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); };