vp_model Derived Type

type, public :: vp_model

Void pointer to dispersion model


Components

Type Visibility Attributes Name Initial
type(d4_model), public :: ptr

Actual payload


Source Code

   type :: vp_model
      !> Actual payload
      type(d4_model) :: ptr
   end type vp_model