tools Derived Type

type, private :: tools


Inherited by

type~~tools~~InheritedByGraph type~tools tools type~options options type~options->type~tools tools type~compiler_explorer compiler_explorer type~compiler_explorer->type~options options

Contents

Source Code


Components

Type Visibility Attributes Name Initial
character(len=1024), public :: id_args(2)

Source Code

   type tools
      character(len=1024) :: id_args(2)
   end type tools