Skip to content
Closed
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/init.f90
Original file line number Diff line number Diff line change
Expand Up @@ -2699,7 +2699,7 @@ SUBROUTINE INITIALIZE_PROFILES(NM)

! Check for potential errors

IF (SF%THERMAL_BC_INDEX/=THERMALLY_THICK) THEN
IF (SF%THERMAL_BC_INDEX/=THERMALLY_THICK .AND. (PF%IOR/=0 .OR. (PF%IOR==0 .AND. PF%MESH==NM))) THEN
WRITE(LU_ERR,'(A,I0,A)') 'ERROR(430): PROF ',N,' must be associated with a heat-conducting surface.'
STOP_STATUS = SETUP_STOP
RETURN
Expand Down
Loading