From 0b321bd9d4ffac5e1e3e60d65821807156e33a80 Mon Sep 17 00:00:00 2001 From: Martin Diehl Date: Mon, 23 Mar 2020 00:18:57 +0100 Subject: [PATCH] bugfix for nonlocal logic is hard to understand ... --- src/crystallite.f90 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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