wrong index in output
This commit is contained in:
parent
74086fd0fb
commit
268c7f359c
|
@ -1373,7 +1373,7 @@ function plastic_phenoplus_postResults(Tstar_v,ipc,ip,el)
|
|||
|
||||
case (resistance_twin_ID)
|
||||
plastic_phenoplus_postResults(c+1_pInt:c+nTwin) = &
|
||||
plasticState(ph)%state(1_pInt+nSlip:nTwin+nSlip-1_pInt,of)
|
||||
plasticState(ph)%state(1_pInt+nSlip:1_pInt+nSlip+nTwin-1_pInt,of)
|
||||
c = c + nTwin
|
||||
|
||||
case (accumulatedshear_twin_ID)
|
||||
|
|
|
@ -1181,7 +1181,7 @@ function plastic_phenopowerlaw_postResults(Tstar_v,ipc,ip,el)
|
|||
|
||||
case (resistance_twin_ID)
|
||||
plastic_phenopowerlaw_postResults(c+1_pInt:c+nTwin) = &
|
||||
plasticState(ph)%state(1_pInt+nSlip:nTwin+nSlip-1_pInt,of)
|
||||
plasticState(ph)%state(1_pInt+nSlip:1_pInt+nSlip+nTwin-1_pInt,of)
|
||||
c = c + nTwin
|
||||
|
||||
case (accumulatedshear_twin_ID)
|
||||
|
|
Loading…
Reference in New Issue