fixed an index error in core map routine

This commit is contained in:
Bryan Herman 2012-01-03 15:38:58 -08:00
parent 3bc1f734fc
commit 2b7d2d3908

View file

@ -435,11 +435,11 @@ contains
nz = cmfd % indices(3)
! begin loops over spatial indices
ZLOOP: do i = 1,nz
ZLOOP: do k = 1,nz
YLOOP: do j = 1,ny
XLOOP: do k = 1,nx
XLOOP: do i = 1,nx
! check for reflector
if (cmfd % coremap(i,j,k) == 1) then