From c2b86279819e3061247250da3bde0bee8dc7fac0 Mon Sep 17 00:00:00 2001 From: Haiming Zhang Date: Sun, 11 Jan 2015 20:01:43 +0000 Subject: [PATCH] Currently, there is no updating for the dot state of vacancy generation, set sizeDotState = 0 --- code/vacancy_generation.f90 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/vacancy_generation.f90 b/code/vacancy_generation.f90 index 4894bf4e4..661d535f4 100644 --- a/code/vacancy_generation.f90 +++ b/code/vacancy_generation.f90 @@ -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