X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/73662a7c0b0d1e462f2b99322183295be3a24a5a..f10c9f64beca3d0c8c10fc04ab4b8044000631d4:/src/smpi/smpi_f77.c diff --git a/src/smpi/smpi_f77.c b/src/smpi/smpi_f77.c index aa9af8c26e..95c40d7209 100644 --- a/src/smpi/smpi_f77.c +++ b/src/smpi/smpi_f77.c @@ -28,7 +28,7 @@ union u_smpi_common { integer _MPI_STATUS_IGNORE; integer _MPI_STATUSES_IGNORE; } *f77; /* with f2c, remains NULL with gfortran */ - struct s_smpi_common f90; /* with gftortran */ + struct s_smpi_common f90; /* with gfortran */ } smpi_ = { NULL }; /* Convert between Fortran and C */