bugfix: enable local simulations

This commit is contained in:
Martin Diehl 2021-06-24 15:01:32 +02:00
parent 8c06e7a4ff
commit 95c9434a21
2 changed files with 2 additions and 2 deletions

@ -1 +1 @@
Subproject commit 127a96032d491b26cee29c81a3183e804afa4dbd
Subproject commit e09200041104f8f96bdd25a8216e096300721b75

View File

@ -230,7 +230,7 @@ module function plastic_nonlocal_init() result(myPlasticity)
mech => phase%get('mechanical')
pl => mech%get('plastic')
phase_localPlasticity(ph) = .not. pl%contains('nonlocal')
phase_localPlasticity(ph) = .not. pl%get_asBool('nonlocal')
#if defined (__GFORTRAN__)
prm%output = output_as1dString(pl)