id Derived Type

type :: id


Inherits

type~~id~~InheritsGraph type~id id type~idbase idbase type~id->type~idbase idata timer timer type~idbase->timer construction_timer type~surface surface type~idbase->type~surface surfaces type~tabu_eos tabu_eos type~idbase->type~tabu_eos tab_eos

Contents

Source Code

id

Components

Type Visibility Attributes Name Initial
class(idbase), public, ALLOCATABLE :: idata

Source Code

  TYPE id
    CLASS(idbase), ALLOCATABLE:: idata
  END TYPE id