copy and paste error
This commit is contained in:
parent
b3231bf0a8
commit
595ee7a35a
|
@ -22,7 +22,7 @@ module function plastic_none_init() result(myPlasticity)
|
||||||
phases
|
phases
|
||||||
|
|
||||||
|
|
||||||
myPlasticity = plastic_active('nonlocal')
|
myPlasticity = plastic_active('none')
|
||||||
if(count(myPlasticity) == 0) return
|
if(count(myPlasticity) == 0) return
|
||||||
|
|
||||||
print'(/,a)', ' <<<+- phase:mechanics:plastic:none init -+>>>'
|
print'(/,a)', ' <<<+- phase:mechanics:plastic:none init -+>>>'
|
||||||
|
|
Loading…
Reference in New Issue