mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 06:05:58 -04:00
Allow a plotting calculation without BCs
This commit is contained in:
parent
244da85bb8
commit
7880d4f246
1 changed files with 4 additions and 2 deletions
|
|
@ -1636,8 +1636,10 @@ contains
|
|||
|
||||
! Check to make sure a boundary condition was applied to at least one
|
||||
! surface
|
||||
if (.not. boundary_exists) then
|
||||
call fatal_error("No boundary conditions were applied to any surfaces!")
|
||||
if (run_mode /= MODE_PLOTTING) then
|
||||
if (.not. boundary_exists) then
|
||||
call fatal_error("No boundary conditions were applied to any surfaces!")
|
||||
end if
|
||||
end if
|
||||
|
||||
! Determine opposite side for periodic boundaries
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue