mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 22:26:08 -04:00
Skipping neighbor list setup if using CAD.
This commit is contained in:
parent
82f68c4411
commit
b504ef3527
1 changed files with 4 additions and 2 deletions
|
|
@ -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()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue