Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Source/data.f90
Original file line number Diff line number Diff line change
Expand Up @@ -2452,7 +2452,7 @@ SUBROUTINE THERMO_TABLE_LIQUID(I_TMP,CP,H_V,T_REF,T_MELT,T_BOIL,SPEC_INDEX,FUEL,
LOGICAL,INTENT(OUT) :: FUEL
TYPE (THERMO_DATA_TYPE), POINTER :: TD

!Default to water properteis
! Default to water properties

IF (SPEC_INDEX < 0) THEN
FUEL = .FALSE.
Expand Down
Loading