Fixed strict checking warning.
This commit is contained in:
parent
621d699ad3
commit
f679dec223
@ -303,11 +303,6 @@ hypre_IJMatrixGetValuesParCSR( hypre_IJMatrix *matrix,
|
|||||||
int warning = 0;
|
int warning = 0;
|
||||||
int *counter;
|
int *counter;
|
||||||
|
|
||||||
int diag_indx;
|
|
||||||
int offd_indx;
|
|
||||||
int *indx_diag;
|
|
||||||
int *indx_offd;
|
|
||||||
|
|
||||||
MPI_Comm_size(comm,&num_procs);
|
MPI_Comm_size(comm,&num_procs);
|
||||||
MPI_Comm_rank(comm,&my_id);
|
MPI_Comm_rank(comm,&my_id);
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user