Skip to content

Commit b7a13f5

Browse files
committed
add checker error lines
1 parent f1582f6 commit b7a13f5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/common/m_helper.fpp

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -475,15 +475,15 @@ contains
475475
subroutine s_prohibit_abort(condition, message)
476476
character(len=*), intent(in) :: condition, message
477477
478-
print *, " "
479-
print *, " "
480-
print *, " CASE FILE ERROR "
481-
print *, " "
478+
print *, ""
479+
print *, "===================================================================================================="
480+
print *, " CASE FILE ERROR "
481+
print *, "----------------------------------------------------------------------------------------------------"
482482
print *, "Prohibited condition: ", trim(condition)
483483
if (len_trim(message) > 0) then
484484
print *, "Note: ", trim(message)
485485
end if
486-
print *, " "
486+
print *, "===================================================================================================="
487487
print *, ""
488488
call s_mpi_abort
489489
end subroutine s_prohibit_abort

0 commit comments

Comments
 (0)