not needed outside of thermal
This commit is contained in:
parent
f95e3bc08d
commit
6e3515982d
|
@ -71,7 +71,7 @@ module phase
|
|||
type(tPlasticState), allocatable, dimension(:), public :: &
|
||||
plasticState
|
||||
type(tSourceState), allocatable, dimension(:), public :: &
|
||||
damageState, thermalState
|
||||
damageState
|
||||
|
||||
|
||||
integer, public, protected :: &
|
||||
|
|
|
@ -3,6 +3,9 @@
|
|||
!----------------------------------------------------------------------------------------------------
|
||||
submodule(phase) thermal
|
||||
|
||||
type(tSourceState), allocatable, dimension(:) :: &
|
||||
thermalState
|
||||
|
||||
enum, bind(c); enumerator :: &
|
||||
THERMAL_UNDEFINED_ID ,&
|
||||
THERMAL_DISSIPATION_ID, &
|
||||
|
|
Loading…
Reference in New Issue