Skip to content

Commit

Permalink
FDS Source: Initialize SURF_INDEX_INTERIOR
Browse files Browse the repository at this point in the history
  • Loading branch information
mcgratta committed Dec 4, 2023
1 parent 1c30aa4 commit 44017ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/type.f90
Original file line number Diff line number Diff line change
Expand Up @@ -953,7 +953,7 @@ MODULE TYPES
CHARACTER(LABEL_LENGTH) :: ID='null' !< Name of obstruction

INTEGER, DIMENSION(-3:3) :: SURF_INDEX=0 !< SURFace properties for each face
INTEGER :: SURF_INDEX_INTERIOR !< SURFace properties for a newly exposed interior cell
INTEGER :: SURF_INDEX_INTERIOR=0 !< SURFace properties for a newly exposed interior cell
INTEGER, DIMENSION(3) :: RGB=(/0,0,0/) !< Color indices for Smokeview

REAL(EB) :: TRANSPARENCY=1._EB !< Transparency index for Smokeview, 0=invisible, 1=solid
Expand Down

0 comments on commit 44017ea

Please sign in to comment.