Skip to content

Commit

Permalink
Merge pull request #13762 from mcgratta/master
Browse files Browse the repository at this point in the history
FDS Source: Remove unused variables
  • Loading branch information
mcgratta authored Nov 15, 2024
2 parents e442e97 + 38e4cc8 commit 2c07b6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Source/pres.f90
Original file line number Diff line number Diff line change
Expand Up @@ -1125,7 +1125,7 @@ SUBROUTINE ULMAT_SOLVER_SETUP(NM)
INTEGER, INTENT(IN) :: NM

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

! Local Variables:
INTEGER :: NM, IOPZ
INTEGER :: NM
INTEGER :: I,J,K,IERR
INTEGER, ALLOCATABLE, DIMENSION(:) :: NUNKH_TOT

Expand Down

0 comments on commit 2c07b6e

Please sign in to comment.