44 SUBROUTINE mtinfo ( CMTDIR, LUNMT1, LUNMT2 )
46 COMMON /mstinf/ lun1, lun2, lmtd, mtdir
50 CHARACTER*128 bort_str
56 CALL
strsuc( cmtdir, mtdir, lmtd )
57 IF ( lmtd .LT. 0 ) goto 900
66 900 bort_str =
'BUFRLIB: MTINFO - BAD INPUT MASTER TABLE DIRECTORY:'
67 CALL
bort2(bort_str,cmtdir)
subroutine strsuc(STR1, STR2, LENS)
THIS SUBROUTINE REMOVES LEADING AND TRAILING BLANKS FROM A STRING.
subroutine bort2(STR1, STR2)
This subroutine calls subroutine errwrt() to log two error messages, then calls subroutine bort_exit(...
subroutine mtinfo(CMTDIR, LUNMT1, LUNMT2)
This subroutine allows the specification of the directory location and Fortran logical unit numbers t...