File tree Expand file tree Collapse file tree 1 file changed +5
-8
lines changed
Expand file tree Collapse file tree 1 file changed +5
-8
lines changed Original file line number Diff line number Diff line change @@ -3890,24 +3890,21 @@ SUBROUTINE GET_H_MATRIX_LUDCMP
38903890#endif
38913891
38923892! Local Variables:
3893- INTEGER :: INNZ, IROW, JCOL
38943893#ifdef WITH_MKL
38953894INTEGER :: PHASE, PERM(1 )
38963895INTEGER :: I, IPROC
3897- #endif
3898- ! .. All other variables
3899- INTEGER MAXFCT, MNUM, NRHS, ERROR
3900- #ifdef WITH_MKL
39013896INTEGER , ALLOCATABLE , DIMENSION (:,:) :: MB_FACTOR
3902- INTEGER :: IERR
39033897#endif
39043898#ifdef WITH_HYPRE
39053899INTEGER :: ONEV(1 )
39063900REAL (EB) :: ZEROV(1 )
39073901#endif
3902+ ! .. All other variables
3903+ INTEGER :: INNZ, IROW, JCOL, IERR
3904+ INTEGER MAXFCT, MNUM, NRHS, ERROR
39083905
39093906! Define parameters:
3910- INNZ = 0 ; IROW = 0 ; JCOL= 0
3907+ INNZ = 0 ; IROW = 0 ; JCOL = 0 ; IERR = 0
39113908NRHS = 1
39123909MAXFCT = 1
39133910MNUM = 1
@@ -3924,7 +3921,7 @@ SUBROUTINE GET_H_MATRIX_LUDCMP
39243921#endif
39253922CASE (HYPRE_FLAG)
39263923#ifdef WITH_HYPRE
3927- IERR = 0 ; CALL HYPRE_INITIALIZE(IERR)
3924+ CALL HYPRE_INITIALIZE(IERR)
39283925 IF (IERR== 1 ) THEN
39293926 IF (MY_RANK== 0 ) WRITE (LU_ERR,' (A)' ) ' Error: HYPRE pressure solver initialization error.'
39303927 STOP_STATUS = SETUP_STOP
You can’t perform that action at this time.
0 commit comments