nonSchmidProjection was reset to zero each time during instance loop in init, so entries from previous instances got lost; fixed that

This commit is contained in:
Christoph Kords 2013-08-23 13:53:03 +00:00
parent ca0a048575
commit 4ebf46d2ac
1 changed files with 0 additions and 1 deletions

View File

@ -1012,7 +1012,6 @@ do i = 1,maxNinstance
!* 3) negative screw at positive resolved stress
!* 4) negative screw at negative resolved stress
nonSchmidProjection = 0.0_pReal
do s = 1_pInt,ns
do l = 1_pInt,lattice_NnonSchmid(myStructure)
nonSchmidProjection(1:3,1:3,1,s,i) = nonSchmidProjection(1:3,1:3,1,s,i) &