13 #ifdef DYNAMIC_ALLOCATION
14 INTEGER,
ALLOCATABLE :: nval(:)
15 INTEGER,
ALLOCATABLE :: inv(:,:)
16 INTEGER,
ALLOCATABLE :: nrfelm(:,:)
17 REAL*8,
ALLOCATABLE :: val(:,:)
19 INTEGER :: nval(nfiles)
20 INTEGER :: inv(maxss,nfiles)
21 INTEGER :: nrfelm(maxss,nfiles)
22 REAL*8 :: val(maxss,nfiles)
This module declares and initializes the MAXSS variable.
This module declares and initializes the NFILES variable.