1
1
This commit was SVN r850.
Этот коммит содержится в:
Tim Woodall 2004-03-15 18:08:05 +00:00
родитель aa71cb2a6d
Коммит b56a64515e

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

@ -149,7 +149,7 @@ int lam_group_init(void)
return LAM_ERROR; return LAM_ERROR;
}; };
/* make sure that MPI_GROUP_NULL is in location in the table */ /* make sure that MPI_GROUP_NULL is in location in the table */
if( LAM_GROUP_EMPTY_FORTRAN == ret_val ){ if( LAM_GROUP_EMPTY_FORTRAN != ret_val ){
return LAM_ERROR; return LAM_ERROR;
}; };
lam_mpi_group_empty.grp_f_to_c_index=ret_val; lam_mpi_group_empty.grp_f_to_c_index=ret_val;