NCEPLIBS-bufr  12.0.1
All Data Structures Namespaces Files Functions Variables Macros Pages
bort2.f File Reference

Log two error messages and abort application program. More...

Go to the source code of this file.

Functions/Subroutines

subroutine bort2 (STR1, STR2)
 Log two error messages and abort application program. More...
 

Detailed Description

Log two error messages and abort application program.

Author
D. Keyser
Date
2003-11-04

Definition in file bort2.f.

Function/Subroutine Documentation

◆ bort2()

subroutine bort2 ( character*(*)  STR1,
character*(*)  STR2 
)

Log two error messages and abort application program.

This subroutine calls subroutine errwrt() to log two error messages, then calls subroutine bort_exit() to abort the application program.

It is similar to subroutine bort(), except that bort() logs one error message instead of two.

Parameters
[in]STR1- character*(*): First error message
[in]STR2- character*(*): Second error message
Author
D. Keyser
Date
2003-11-04

Definition at line 17 of file bort2.f.

References errwrt().

Referenced by elemdx(), getntbe(), ireadmt(), mtfnam(), parstr(), parusr(), parutg(), rdusdx(), seqsdx(), sntbbe(), sntbde(), sntbfe(), string(), ufbint(), ufbovr(), ufbrep(), and ufbstp().