new state nonlocal output fixed

This commit is contained in:
Luv Sharma 2014-06-16 14:28:11 +00:00
parent 488927a231
commit 6da07dd437
1 changed files with 0 additions and 2 deletions

View File

@ -210,12 +210,10 @@ subroutine constitutive_init
outputName = PLASTICITY_TITANMOD_label
thisOutput => constitutive_titanmod_output
thisSize => constitutive_titanmod_sizePostResult
#ifndef NEWSTATE
case (PLASTICITY_NONLOCAL_ID)
outputName = PLASTICITY_NONLOCAL_label
thisOutput => constitutive_nonlocal_output
thisSize => constitutive_nonlocal_sizePostResult
#endif
case default
knownPlasticity = .false.
end select