Skip to main content

Structure

RealVector is a data type for real fortran arrays of rank 1.

TYPE :: RealVector_
INTEGER(I4B) :: tDimension = 1_I4B
REAL(DFP), ALLOCATABLE :: Val(:)
END TYPE RealVector_