fixed error concerning state indices check

This commit is contained in:
Luv Sharma 2014-07-02 14:54:43 +00:00
parent 8fa2dcffbd
commit 4812939b21
1 changed files with 1 additions and 1 deletions

View File

@ -1133,7 +1133,7 @@ allocate(nonSchmidProjection(3,3,4,maxTotalNslip,maxNinstances),
iD(s,c,instance) = l
enddo
enddo
if (iD(ns,2,instance) /= constitutive_nonlocal_sizeState(instance)) & ! check if last index is equal to size of state
if (iD(ns,2,instance) /= sizeState) & ! check if last index is equal to size of state
call IO_error(0_pInt, ext_msg = 'state indices not properly set ('//PLASTICITY_NONLOCAL_label//')')