Skip to content
Snippets Groups Projects
Commit d7570429 authored by Dave Whipp's avatar Dave Whipp
Browse files

Fixed typo in new strain softening function

parent 11a77fe1
No related branches found
No related tags found
No related merge requests found
......@@ -30,6 +30,9 @@ logical :: error_flag
double precision :: fact
! Store input ss_cur value in case no strain softening occurs
ss_new=ss_cur
! Apply strain softening/weakening if onset value is positive
if (ss_onset.gt.0.d0) then
! Set type of strain softening/weakening
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment