X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/ee7b47470d3505cae5bde076c270f36c58c8ad6a..61427a88a76a2c2ef25d0d5b8132995c6f550e5c:/teshsuite/smpi/mpich3-test/f90/rma/c2f902cwin.c diff --git a/teshsuite/smpi/mpich3-test/f90/rma/c2f902cwin.c b/teshsuite/smpi/mpich3-test/f90/rma/c2f902cwin.c index ce35ccf8f7..fb18e1ba0d 100644 --- a/teshsuite/smpi/mpich3-test/f90/rma/c2f902cwin.c +++ b/teshsuite/smpi/mpich3-test/f90/rma/c2f902cwin.c @@ -6,8 +6,8 @@ * See COPYRIGHT in top-level directory. */ /* - * This file contains the C routines used in testing the c2f and f2c - * handle conversion functions for MPI_Win + * This file contains the C routines used in testing the c2f and f2c + * handle conversion functions for MPI_Win * * The tests follow this pattern: * @@ -31,11 +31,11 @@ #include "../../include/mpitestconf.h" #include -/* +/* Name mapping. All routines are created with names that are lower case with a single trailing underscore. This matches many compilers. We use #define to change the name for Fortran compilers that do - not use the lowercase/underscore pattern + not use the lowercase/underscore pattern */ #ifdef F77_NAME_UPPER @@ -51,7 +51,7 @@ defined(F77_NAME_MIXED_USCORE) /* Else leave name alone (routines have no underscore, so both of these map to a lowercase, single underscore) */ -#else +#else #error 'Unrecognized Fortran name mapping' #endif @@ -80,7 +80,7 @@ int c2fwin_( int *win ) return 0; } -/* +/* * The following routines provide handles to the calling Fortran program */ void f2cwin_( int *win )