NCEPLIBS-bufr  12.0.0
setim8b.F90
Go to the documentation of this file.
1 
6 
22 subroutine setim8b ( int8b )
23 
24  use modv_im8b
25 
26  logical, intent(in) :: int8b
27 
28  im8b = int8b
29 
30 return
31 end
This module declares and initializes the IM8B variable.
logical, public im8b
Status indicator to keep track of whether all future calls to BUFRLIB subroutines and functions from ...
subroutine setim8b(int8b)
Specify whether all integer arguments to BUFRLIB subprograms from Fortran will use 8-byte integers.
Definition: setim8b.F90:23