dropped "elasticState" (for now)

This commit is contained in:
Philip Eisenlohr 2014-09-02 20:18:37 +00:00
parent f05f47f6e3
commit 2435c8d836
1 changed files with 0 additions and 2 deletions

View File

@ -125,7 +125,6 @@ module material
#endif
type(tState), allocatable, dimension(:), public :: &
plasticState, &
elasticState, &
damageState, &
thermalState
#ifdef NEWSTATE
@ -286,7 +285,6 @@ subroutine material_init
close(FILEUNIT)
allocate(plasticState(material_Nphase))
allocate(elasticState(material_Nphase))
allocate(damageState (material_Nphase))
allocate(thermalState(material_Nphase))
#ifdef NEWSTATE