7 lines
196 B
C
7 lines
196 B
C
# define P(s) s
|
|
|
|
/* HYPRE_ConvertPETScMatrixToDistributedMatrix.c */
|
|
int HYPRE_ConvertPETScMatrixToDistributedMatrix P((Mat PETSc_matrix , HYPRE_DistributedMatrix *DistributedMatrix ));
|
|
|
|
#undef P
|