63 CHARACTER,
ALLOCATABLE ::
cbscl(:,:)
64 CHARACTER,
ALLOCATABLE ::
cbsref(:,:)
65 CHARACTER,
ALLOCATABLE ::
cbbw(:,:)
66 CHARACTER,
ALLOCATABLE ::
cbunit(:,:)
67 CHARACTER,
ALLOCATABLE ::
cbmnem(:,:)
68 CHARACTER,
ALLOCATABLE ::
cbelem(:,:)
70 CHARACTER,
ALLOCATABLE ::
cdseq(:,:)
71 CHARACTER,
ALLOCATABLE ::
cdmnem(:,:)
This module contains array and variable declarations used to store master Table B and Table D entries...
integer nmtd
Number of master Table D entries (up to a maximum of MXMTBD).
integer, dimension(:), allocatable ndelem
Numbers of child descriptors corresponding to idfxyn.
integer, dimension(:), allocatable idfxyn
Bit-wise representations of FXY numbers for master Table D.
character, dimension(:,:), allocatable cdseq
Sequence names corresponding to idfxyn.
integer, dimension(:), allocatable idefxy
Bit-wise representations of child descriptors corresponding to idfxyn.
character, dimension(:,:), allocatable cbscl
Scale factors corresponding to ibfxyn.
character, dimension(:,:), allocatable cbmnem
Mnemonics corresponding to ibfxyn.
integer nmtb
Number of master Table B entries (up to a maximum of MXMTBB).
character, dimension(:,:), allocatable cbsref
Reference values corresponding to ibfxyn.
character, dimension(:,:), allocatable cbelem
Element names corresponding to ibfxyn.
character, dimension(:,:), allocatable cbunit
Units corresponding to ibfxyn.
character, dimension(:,:), allocatable cdmnem
Mnemonics corresponding to idfxyn.
integer, dimension(:), allocatable ibfxyn
Bit-wise representations of FXY numbers for master Table B.
character, dimension(:,:), allocatable cbbw
Bit widths corresponding to ibfxyn.