some more consistency
This commit is contained in:
parent
42456c1447
commit
e16eb379ad
|
@ -69,7 +69,7 @@ subroutine thermal_none_init(fileUnit)
|
||||||
|
|
||||||
initializeInstances: do phase = 1_pInt, size(phase_thermal)
|
initializeInstances: do phase = 1_pInt, size(phase_thermal)
|
||||||
NofMyPhase=count(material_phase==phase)
|
NofMyPhase=count(material_phase==phase)
|
||||||
if (phase_thermal(phase) == THERMAL_none_ID .and. NofMyPhase/=0) then
|
if (phase_thermal(phase) == THERMAL_none_ID) then
|
||||||
sizeState = 0_pInt
|
sizeState = 0_pInt
|
||||||
thermalState(phase)%sizeState = sizeState
|
thermalState(phase)%sizeState = sizeState
|
||||||
sizeDotState = sizeState
|
sizeDotState = sizeState
|
||||||
|
|
Loading…
Reference in New Issue