137 #ifdef DYNAMIC_ALLOCATION
138 CHARACTER*10,
ALLOCATABLE :: TAG(:)
139 CHARACTER*3,
ALLOCATABLE :: TYP(:)
140 INTEGER,
ALLOCATABLE :: KNT(:)
141 INTEGER,
ALLOCATABLE :: JUMP(:)
142 INTEGER,
ALLOCATABLE :: LINK(:)
143 INTEGER,
ALLOCATABLE :: JMPB(:)
144 INTEGER,
ALLOCATABLE :: IBT(:)
145 INTEGER,
ALLOCATABLE :: IRF(:)
146 INTEGER,
ALLOCATABLE :: ISC(:)
147 INTEGER,
ALLOCATABLE :: ITP(:)
148 REAL*8,
ALLOCATABLE :: VALI(:)
149 INTEGER,
ALLOCATABLE :: KNTI(:)
150 INTEGER,
ALLOCATABLE :: ISEQ(:,:)
151 INTEGER,
ALLOCATABLE :: JSEQ(:)
153 CHARACTER*10 :: TAG(MAXJL)
154 CHARACTER*3 :: TYP(MAXJL)
155 INTEGER :: KNT(MAXJL)
156 INTEGER :: JUMP(MAXJL)
157 INTEGER :: LINK(MAXJL)
158 INTEGER :: JMPB(MAXJL)
159 INTEGER :: IBT(MAXJL)
160 INTEGER :: IRF(MAXJL)
161 INTEGER :: ISC(MAXJL)
162 INTEGER :: ITP(MAXJL)
163 REAL*8 :: VALI(MAXJL)
164 INTEGER :: KNTI(MAXJL)
165 INTEGER :: ISEQ(MAXJL,2)
166 INTEGER :: JSEQ(MAXJL)
This module declares and initializes the MAXJL variable.
This module contains array and variable declarations used to store the internal jump/link table...