Skip to content

Commit a53b96d

Browse files
committed
fixed memory bug when GPFORCE is requested on a buckling soln
1 parent 5365c24 commit a53b96d

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

Source/LK9/L92/GP_FORCE_BALANCE_PROC.f90

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,16 @@ SUBROUTINE GP_FORCE_BALANCE_PROC ( JVEC, IHEADER )
132132
ENDIF
133133

134134
! **********************************************************************************************************************************
135+
136+
! GPFORCE is unsupported for buckling decks
137+
IF (SOL_NAME(1:8) == "BUCKLING") THEN
138+
IF (WRT_LOG >= SUBR_BEGEND) THEN
139+
CALL OURTIM
140+
WRITE(F04,9002) SUBR_NAME,TSEC
141+
ENDIF
142+
RETURN
143+
ENDIF
144+
135145
! Print some summary info for max abs value of GP force balance for each solution vector
136146
IS_GPFORCE_SUMMARY_INFO = (DEBUG(192) > 0)
137147

0 commit comments

Comments
 (0)