NCEPLIBS-bufr
11.5.0
Main Page
Related Pages
Data Types List
Files
File List
Globals
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
modv_maxss
This module declares and initializes the MAXSS variable.
Definition:
modv_MAXSS.F:16
moda_usrbit
Definition:
moda_usrbit.F:1
nceplibs-bufr
src
moda_usrbit.F
Generated by
1.8.5