Skip to content

Commit dd54d94

Browse files
committed
Merge branch 'large_field_fix' of github.com:MYSTRANsolver/MYSTRAN into upstream-main
2 parents a53b96d + 0ac4a2c commit dd54d94

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)