Skip to content

Commit 0ac4a2c

Browse files
committed
disabling differential tri thickness
1 parent 2a10443 commit 0ac4a2c

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

Source/LK1/L1A-BD/BD_CTRIA.f90

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,8 +225,10 @@ SUBROUTINE BD_CTRIA ( CARD, LARGE_FLD_INP, NUM_GRD )
225225
CARD = CHILD
226226
ENDIF
227227
CALL MKJCARD ( SUBR_NAME, CARD, JCARD )
228-
IF (ICONT == 1) THEN ! Since there is a cont entry we assume Ti are here
229228

229+
! differential thickness is not supported
230+
IF (.FALSE. .AND. (ICONT == 1)) THEN
231+
! Since there is a cont entry we assume Ti are here
230232
EDAT(NEDAT) = NPLATETHICK + 1
231233

232234
DO J=4,6 ! Read 3 thicknesses

0 commit comments

Comments
 (0)