@@ -331,11 +331,11 @@ contains
331331 if (any ((/ bc_${X}$%${VB2}$, bc_${X}$%${VB3}$/ ) /= 0._wp )) then
332332 call s_mpi_abort(" bc_${X}$%beg must be -15 if " // &
333333 " bc_${X}$%${VB2}$ or bc_${X}$%${VB3}$ " // &
334- " is set. Exiting." )
334+ " is set. Exiting." , CASE_FILE_ERROR_CODE )
335335 end if
336336 elseif (bc_${X}$%beg /= - 16 ) then
337337 call s_mpi_abort(" bc_${X}$%beg must be -15 or -16 if " // &
338- " bc_${X}$%vb[1,2,3] is set. Exiting." )
338+ " bc_${X}$%vb[1,2,3] is set. Exiting." , CASE_FILE_ERROR_CODE )
339339 end if
340340 end if
341341 #:endfor
@@ -346,11 +346,11 @@ contains
346346 if (any ((/ bc_${X}$%${VE2}$, bc_${X}$%${VE3}$/ ) /= 0._wp )) then
347347 call s_mpi_abort(" bc_${X}$%end must be -15 if " // &
348348 " bc_${X}$%${VE2}$ or bc_${X}$%${VE3}$ " // &
349- " is set. Exiting." )
349+ " is set. Exiting." , CASE_FILE_ERROR_CODE )
350350 end if
351351 elseif (bc_${X}$%end /= - 16 ) then
352352 call s_mpi_abort(" bc_${X}$%end must be -15 or -16 if " // &
353- " bc_${X}$%ve[1,2,3] is set. Exiting." )
353+ " bc_${X}$%ve[1,2,3] is set. Exiting." , CASE_FILE_ERROR_CODE )
354354 end if
355355 end if
356356 #:endfor
0 commit comments