64 #ifdef DYNAMIC_ALLOCATION
65 CHARACTER*8,
ALLOCATABLE :: TAGNRV(:)
66 INTEGER,
ALLOCATABLE :: INODNRV(:)
67 INTEGER,
ALLOCATABLE :: NRV(:)
68 INTEGER,
ALLOCATABLE :: ISNRV(:)
69 INTEGER,
ALLOCATABLE :: IENRV(:)
71 CHARACTER*8 :: TAGNRV(MXNRV)
72 INTEGER :: INODNRV(MXNRV)
74 INTEGER :: ISNRV(MXNRV)
75 INTEGER :: IENRV(MXNRV)
This module contains array and variable declarations for use with any 2-03-YYY (change reference valu...
This module declares and initializes the MXNRV variable.