vp_structure Derived Type

type, public :: vp_structure

Void pointer to molecular structure data


Components

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

Actual payload


Source Code

   type :: vp_structure
      !> Actual payload
      type(structure_type) :: ptr
   end type vp_structure