Grid Derived Type

type, public :: Grid


Contents

Source Code


Components

TypeVisibility AttributesNameInitial
type(Grid_), public, pointer:: data=> null()

Source Code

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