Fixed a bug accidentally introduced when fixing strict checking compile.
This commit is contained in:
parent
bd9febf66c
commit
2d2c26035f
@ -72,6 +72,7 @@ void hypre_ParILUT(DataDistType *ddist, FactorMatType *ldu,
|
||||
iperm = ldu->iperm;
|
||||
|
||||
ndone = rmat->rmat_ndone;
|
||||
ntogo = rmat->rmat_ntogo;
|
||||
nleft = hypre_GlobalSESum(ntogo, pilut_comm);
|
||||
|
||||
rmats[0] = rmat;
|
||||
|
||||
@ -72,6 +72,7 @@ void hypre_ParILUT(DataDistType *ddist, FactorMatType *ldu,
|
||||
iperm = ldu->iperm;
|
||||
|
||||
ndone = rmat->rmat_ndone;
|
||||
ntogo = rmat->rmat_ntogo;
|
||||
nleft = hypre_GlobalSESum(ntogo, pilut_comm);
|
||||
|
||||
rmats[0] = rmat;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user