copy and paste error

This commit is contained in:
Martin Diehl 2021-02-13 14:38:53 +01:00
parent b3231bf0a8
commit 595ee7a35a
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ module function plastic_none_init() result(myPlasticity)
phases
myPlasticity = plastic_active('nonlocal')
myPlasticity = plastic_active('none')
if(count(myPlasticity) == 0) return
print'(/,a)', ' <<<+- phase:mechanics:plastic:none init -+>>>'