reverted change in commit 3263. correct index was being used in use of mapping. changed to material_phase for clarity

This commit is contained in:
Pratheek Shanthraj 2014-07-04 09:46:43 +00:00
parent a1468b2693
commit e71241a627
1 changed files with 1 additions and 1 deletions

View File

@ -704,7 +704,7 @@ function constitutive_postResults(Tstar_v, FeArray, temperature, ipc, ip, el)
ipc, & !< grain number
ip, & !< integration point number
el !< element number
real(pReal), dimension(plasticState(mappingConstitutive(2,ipc,ip,el))%sizePostResults) :: &
real(pReal), dimension(plasticState(material_phase(ipc,ip,el))%sizePostResults) :: &
constitutive_postResults
real(pReal), intent(in) :: &
temperature