not needed outside of thermal

This commit is contained in:
Martin Diehl 2021-02-13 07:55:32 +01:00
parent f95e3bc08d
commit 6e3515982d
2 changed files with 4 additions and 1 deletions

View File

@ -71,7 +71,7 @@ module phase
type(tPlasticState), allocatable, dimension(:), public :: &
plasticState
type(tSourceState), allocatable, dimension(:), public :: &
damageState, thermalState
damageState
integer, public, protected :: &

View File

@ -3,6 +3,9 @@
!----------------------------------------------------------------------------------------------------
submodule(phase) thermal
type(tSourceState), allocatable, dimension(:) :: &
thermalState
enum, bind(c); enumerator :: &
THERMAL_UNDEFINED_ID ,&
THERMAL_DISSIPATION_ID, &