1
1
This commit was SVN r2784.
Этот коммит содержится в:
Vishal Sahay 2004-09-20 22:25:27 +00:00
родитель 75e6f7dac5
Коммит c9bf181096

Просмотреть файл

@ -24,8 +24,8 @@ OMPI_GENERATE_F77_BINDINGS (PMPI_ADD_ERROR_STRING,
pmpi_add_error_string_, pmpi_add_error_string_,
pmpi_add_error_string__, pmpi_add_error_string__,
pmpi_add_error_string_f, pmpi_add_error_string_f,
(MPI_Fint *errorcode, char *string, MPI_Fint *ierr), (MPI_Fint *errorcode, char *string, MPI_Fint *ierr,int l),
(errorcode, string, ierr) ) (errorcode, string, ierr, l) )
#endif #endif
#if OMPI_HAVE_WEAK_SYMBOLS #if OMPI_HAVE_WEAK_SYMBOLS
@ -41,8 +41,8 @@ OMPI_GENERATE_F77_BINDINGS (MPI_ADD_ERROR_STRING,
mpi_add_error_string_, mpi_add_error_string_,
mpi_add_error_string__, mpi_add_error_string__,
mpi_add_error_string_f, mpi_add_error_string_f,
(MPI_Fint *errorcode, char *string, MPI_Fint *ierr), (MPI_Fint *errorcode, char *string, MPI_Fint *ierr, int l),
(errorcode, string, ierr) ) (errorcode, string, ierr, l) )
#endif #endif