Add ifdef around variable in tracking.F90

This commit is contained in:
Paul Romano 2018-10-10 07:17:33 -05:00
parent 3b85a65711
commit d3b9d65fc7

View file

@ -322,7 +322,9 @@ contains
real(8) :: norm ! "norm" of surface normal
real(8) :: xyz(3) ! Saved global coordinate
integer :: i_surface ! index in surfaces
#ifdef DAGMC
integer :: i_cell ! index of new cell
#endif
logical :: rotational ! if rotational periodic BC applied
logical :: found ! particle found in universe?
class(Surface), pointer :: surf