bugfix for nonlocal

logic is hard to understand ...
This commit is contained in:
Martin Diehl 2020-03-23 00:18:57 +01:00
parent 86db8f8ca4
commit 0b321bd9d4
1 changed files with 1 additions and 1 deletions

View File

@ -1604,7 +1604,7 @@ subroutine update_stress(timeFraction)
!$OMP END PARALLEL DO
if(nonlocal_broken) &
where(.not. crystallite_localPlasticity) crystallite_todo = .true.
where(.not. crystallite_localPlasticity) crystallite_todo = .false.
end subroutine update_stress