vp_model Derived Type

type, public :: vp_model

Void pointer to dispersion model


Components

Type Visibility Attributes Name Initial
class(dispersion_model), public, allocatable :: ptr

Actual payload


Source Code

   type :: vp_model
      !> Actual payload
      class(dispersion_model), allocatable :: ptr
   end type vp_model