19 #ifdef DYNAMIC_ALLOCATION
20 INTEGER,
ALLOCATABLE :: matx(:,:)
21 CHARACTER*(:),
ALLOCATABLE :: catx(:,:)
23 INTEGER :: matx(mxcdv,mxcsb)
24 CHARACTER*(MXLCC) :: catx(mxcdv,mxcsb)
This module declares and initializes the MXCDV variable.
This module declares and initializes the MXLCC variable.
This module declares and initializes the MXCSB variable.