Fixed a bug accidentally introduced when fixing strict checking compile.

This commit is contained in:
falgout 2000-10-24 21:23:54 +00:00
parent bd9febf66c
commit 2d2c26035f
2 changed files with 2 additions and 0 deletions

View File

@ -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;

View File

@ -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;