Skip to content

Commit fb53616

Browse files
authored
Merge pull request #16249 from drjfloyd/master
FDS Source: Fix typo
2 parents 89ba7eb + ea7a364 commit fb53616

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Source/read.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4679,7 +4679,7 @@ SUBROUTINE READ_REAC
46794679

46804680
RN => REACTION(NR)
46814681

4682-
IF (C > 0._EB .OR. H > 0._EB .OR. O > 0._EB .OR. H > 0.EB) THEN
4682+
IF (C > 0._EB .OR. H > 0._EB .OR. O > 0._EB .OR. H > 0._EB) THEN
46834683
WRITE(MESSAGE,'(A)') 'WARNING: Recommend using SPEC to define FUEL chemistry for REAC'
46844684
IF (MY_RANK==0) WRITE(LU_ERR,'(A)') TRIM(MESSAGE)
46854685
ENDIF

0 commit comments

Comments
 (0)