X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/453d43c197818b5469f79845e522f5451c811791..01a65e5b91b500b3659a5c52cc386bbecc77f608:/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 */