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
|
endif
|
||||||
enddo outputsLoop
|
enddo outputsLoop
|
||||||
! Determine size of state array
|
! Determine size of state array
|
||||||
sizeDotState = 1_pInt
|
sizeDotState = 0_pInt
|
||||||
sizeState = 1_pInt
|
sizeState = 1_pInt
|
||||||
vacancyState(phase)%sizeState = sizeState
|
vacancyState(phase)%sizeState = sizeState
|
||||||
vacancyState(phase)%sizeDotState = sizeDotState
|
vacancyState(phase)%sizeDotState = sizeDotState
|
||||||
|
|
Loading…
Reference in New Issue