mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 21:55:41 -04:00
Merge pull request #751 from smharper/plot_without_bcs
Allow a plotting calculation without BCs
This commit is contained in:
commit
3225e05447
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