NCEPLIBS-bufr  12.1.0
errwrt.F90
Go to the documentation of this file.
1 
5 
31 subroutine errwrt(str)
32 
33  implicit none
34 
35  character*(*), intent(in) :: str
36 
37  print'(1x,a)',str
38 
39  return
40 end subroutine errwrt
subroutine errwrt(str)
Specify a custom location for the logging of error and diagnostic messages generated by the NCEPLIBS-...
Definition: errwrt.F90:32