Currently, there is no updating for the dot state of vacancy generation, set sizeDotState = 0
This commit is contained in:
parent
1a01ad80c3
commit
c2b8627981
|
@ -219,7 +219,7 @@ subroutine vacancy_generation_init(fileUnit)
|
|||
endif
|
||||
enddo outputsLoop
|
||||
! Determine size of state array
|
||||
sizeDotState = 1_pInt
|
||||
sizeDotState = 0_pInt
|
||||
sizeState = 1_pInt
|
||||
vacancyState(phase)%sizeState = sizeState
|
||||
vacancyState(phase)%sizeDotState = sizeDotState
|
||||
|
|
Loading…
Reference in New Issue