mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 14:15:42 -04:00
Add ifdef around variable in tracking.F90
This commit is contained in:
parent
3b85a65711
commit
d3b9d65fc7
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue