dropped "elasticState" (for now)
This commit is contained in:
parent
f05f47f6e3
commit
2435c8d836
code
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue