Removed the Fortran interface for hypre_mpi_comm_f2c() because it is problematic
and no longer needed anyway.
This commit is contained in:
parent
aa55608ea9
commit
fb6334d000
@ -19,12 +19,14 @@
|
||||
/*--------------------------------------------------------------------------
|
||||
*--------------------------------------------------------------------------*/
|
||||
|
||||
#if 0 /* This function is problematic and no longer needed anyway. */
|
||||
void
|
||||
hypre_F90_IFACE(hypre_mpi_comm_f2c, HYPRE_MPI_COMM_F2C)
|
||||
(hypre_F90_Obj *c_comm,
|
||||
(hypre_F90_Obj *c_comm,
|
||||
hypre_F90_Comm *f_comm,
|
||||
hypre_F90_Int *ierr)
|
||||
{
|
||||
*c_comm = (hypre_F90_Obj) hypre_MPI_Comm_f2c( (hypre_int) *f_comm );
|
||||
*ierr = 0;
|
||||
}
|
||||
#endif
|
||||
|
||||
Loading…
Reference in New Issue
Block a user