We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b021f4 commit c7bc283Copy full SHA for c7bc283
src/post_process/m_data_output.fpp
@@ -451,7 +451,8 @@ contains
451
452
! If no grid points are within the output region
453
if ((${X}$_cc(lower_bound) > ${X}$_output%end) .or. (${X}$_cc(upper_bound) < ${X}$_output%beg)) then
454
- call s_mpi_abort('No grid points are within the output region. Exiting ...')
+ ${X}$_output_idx%beg = 0
455
+ ${X}$_output_idx%end = 0
456
end if
457
458
#:endfor
0 commit comments