Skip to content

Commit 2c07b6e

Browse files
authored
Merge pull request #13762 from mcgratta/master
FDS Source: Remove unused variables
2 parents e442e97 + 38e4cc8 commit 2c07b6e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Source/pres.f90

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1125,7 +1125,7 @@ SUBROUTINE ULMAT_SOLVER_SETUP(NM)
11251125
INTEGER, INTENT(IN) :: NM
11261126

11271127
! Local Variables:
1128-
INTEGER :: I,J,K,IPZ,IOPZ,ICC,JCC,IW,IOR,ZBTYPE_LAST(-3:3),WALL_BTYPE,NZIM,IPZIM,IZERO,JDIM,IERR
1128+
INTEGER :: I,J,K,IPZ,ICC,JCC,IW,IOR,ZBTYPE_LAST(-3:3),WALL_BTYPE,NZIM,IPZIM,IZERO,JDIM,IERR
11291129
INTEGER, POINTER :: IBAR=>NULL(),JBAR=>NULL(),KBAR=>NULL(),IBP1=>NULL(),JBP1=>NULL(),KBP1=>NULL(),&
11301130
ITRN=>NULL(),JTRN=>NULL(),KTRN=>NULL()
11311131
TYPE(ZONE_MESH_TYPE), POINTER :: ZM
@@ -4802,7 +4802,7 @@ SUBROUTINE GET_MATRIX_INDEXES_H
48024802
USE MPI_F08
48034803

48044804
! Local Variables:
4805-
INTEGER :: NM, IOPZ
4805+
INTEGER :: NM
48064806
INTEGER :: I,J,K,IERR
48074807
INTEGER, ALLOCATABLE, DIMENSION(:) :: NUNKH_TOT
48084808

0 commit comments

Comments
 (0)