phase_thermalInstance was not being counted
This commit is contained in:
parent
ce1f17c9cb
commit
1f795d674c
|
@ -864,6 +864,7 @@ subroutine material_parsePhase(fileUnit,myPart)
|
||||||
case default
|
case default
|
||||||
call IO_error(200_pInt,ext_msg=trim(IO_stringValue(line,positions,2_pInt)))
|
call IO_error(200_pInt,ext_msg=trim(IO_stringValue(line,positions,2_pInt)))
|
||||||
end select
|
end select
|
||||||
|
phase_thermalInstance(section) = count(phase_thermal(1:section) == phase_thermal(section)) ! count instances
|
||||||
case ('vacancy')
|
case ('vacancy')
|
||||||
select case (IO_lc(IO_stringValue(line,positions,2_pInt)))
|
select case (IO_lc(IO_stringValue(line,positions,2_pInt)))
|
||||||
case (LOCAL_VACANCY_CONSTANT_label)
|
case (LOCAL_VACANCY_CONSTANT_label)
|
||||||
|
|
Loading…
Reference in New Issue