Grid Derived Type

type, public :: Grid


Contents

Source Code


Components

Type Visibility Attributes Name Initial
type(Grid_), public, pointer :: data => null()

Source Code

  type Grid
    type(Grid_), pointer :: data => null()
  end type Grid