Skip to content

Commit b459070

Browse files
authored
Merge pull request #13890 from rmcdermo/master
FDS Source: remove unused
2 parents 44bc019 + e73a2c9 commit b459070

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Source/divg.f90

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -960,7 +960,6 @@ SUBROUTINE SPECIES_ADVECTION_PART_1
960960
REAL(EB), POINTER, DIMENSION(:,:,:) :: RHO_Z_P,RHO_RMW
961961
REAL(EB), POINTER, DIMENSION(:,:,:,:) :: FX_ZZ,FY_ZZ,FZ_ZZ
962962
REAL(EB) :: ZZ_GET(1:N_TRACKED_SPECIES),MW_G
963-
REAL(EB), PARAMETER :: DUMMY=0._EB
964963
REAL(EB), DIMENSION(0:3,0:3,0:3) :: Z_TEMP,U_TEMP,F_TEMP
965964
INTEGER :: I,J,K,IW,N !,II,JJ,KK,IOR,IC,IIG,JJG,KKG
966965
TYPE(WALL_TYPE), POINTER :: WC

0 commit comments

Comments
 (0)