diff --git a/src/crystallite.f90 b/src/crystallite.f90 index 9b075a5d1..d26e16711 100644 --- a/src/crystallite.f90 +++ b/src/crystallite.f90 @@ -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