Skipping neighbor list setup if using CAD.

This commit is contained in:
Patrick Shriwise 2018-10-02 15:28:29 -05:00
parent 82f68c4411
commit b504ef3527

View file

@ -179,8 +179,10 @@ contains
! After reading input and basic geometry setup is complete, build lists of
! neighboring cells for efficient tracking
call neighbor_lists()
if (.not. dagmc) then
call neighbor_lists()
end if
! Assign temperatures to cells that don't have temperatures already assigned
call assign_temperatures()