BdryType Derived Type

type, public :: BdryType


Inherits

type~~bdrytype~~InheritsGraph type~bdrytype BdryType type~bdrypt~2 BdryPt type~bdrytype->type~bdrypt~2 Top, Bot type~hsinfo HSInfo type~bdrypt~2->type~hsinfo HS

Components

Type Visibility Attributes Name Initial
type(BdryPt), public :: Top
type(BdryPt), public :: Bot

Source Code

  TYPE BdryType
     TYPE( BdryPt )   :: Top, Bot
  END TYPE BdryType