Currently, there is no updating for the dot state of vacancy generation, set sizeDotState = 0

This commit is contained in:
Haiming Zhang 2015-01-11 20:01:43 +00:00
parent 1a01ad80c3
commit c2b8627981
1 changed files with 1 additions and 1 deletions

View File

@ -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