removed declaration of unused variable i on line 460 to
get rid of strict checking warning.
This commit is contained in:
parent
7a362a9b17
commit
2944060aa6
@ -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)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user