removed declaration of unused variable i on line 460 to

get rid of strict checking warning.
This commit is contained in:
jjones 2002-03-23 00:12:14 +00:00
parent 7a362a9b17
commit 2944060aa6

View File

@ -457,7 +457,7 @@ HYPRE_SStructMatrixAssemble( HYPRE_SStructMatrix matrix )
double *values = NULL;
int nvars, nentries;
int part, var, entry, sentry, b, sb, i;
int part, var, entry, sentry, b, sb;
/*------------------------------------------------------
* Move off-part couplings (described by neighbor info)