NCEPLIBS-bufr  11.5.0
 All Data Structures Files Functions Variables Pages
moda_usrbit.F
1  MODULE moda_usrbit
2 
3 #ifndef MAXSS_H
4 #define MAXSS_H
5  USE modv_maxss
6 #endif
7 
8 #ifdef DYNAMIC_ALLOCATION
9  INTEGER, ALLOCATABLE :: nbit(:)
10  INTEGER, ALLOCATABLE :: mbit(:)
11 #else
12  INTEGER :: nbit(maxss)
13  INTEGER :: mbit(maxss)
14 #endif
15 
16  END MODULE
This module declares and initializes the MAXSS variable.
Definition: modv_MAXSS.F:16