Skip to content

Commit

Permalink
Merge pull request #13890 from rmcdermo/master
Browse files Browse the repository at this point in the history
FDS Source: remove unused
  • Loading branch information
rmcdermo authored Dec 13, 2024
2 parents 44bc019 + e73a2c9 commit b459070
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Source/divg.f90
Original file line number Diff line number Diff line change
Expand Up @@ -960,7 +960,6 @@ SUBROUTINE SPECIES_ADVECTION_PART_1
REAL(EB), POINTER, DIMENSION(:,:,:) :: RHO_Z_P,RHO_RMW
REAL(EB), POINTER, DIMENSION(:,:,:,:) :: FX_ZZ,FY_ZZ,FZ_ZZ
REAL(EB) :: ZZ_GET(1:N_TRACKED_SPECIES),MW_G
REAL(EB), PARAMETER :: DUMMY=0._EB
REAL(EB), DIMENSION(0:3,0:3,0:3) :: Z_TEMP,U_TEMP,F_TEMP
INTEGER :: I,J,K,IW,N !,II,JJ,KK,IOR,IC,IIG,JJG,KKG
TYPE(WALL_TYPE), POINTER :: WC
Expand Down

0 comments on commit b459070

Please sign in to comment.