Allow a plotting calculation without BCs

This commit is contained in:
Sterling Harper 2016-11-03 16:12:20 -04:00
parent 244da85bb8
commit 7880d4f246

View file

@ -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