Fiats
Source Files
Modules
Procedures
Derived Types
Programs
activation_t
Interface
12 statements
Source File
activation_m.f90
activation_m
activation_t
Contents
Functions
construct_from_component
construct_from_name
public interface activation_t
Functions
private elemental module function construct_from_component(selection) result(activation)
Implementation →
Arguments
Type
Intent
Optional
Attributes
Name
integer(kind=c_int),
intent(in)
::
selection
Return Value
type(
activation_t
)
private elemental module function construct_from_name(name) result(activation)
Implementation →
Arguments
Type
Intent
Optional
Attributes
Name
character(len=*),
intent(in)
::
name
Return Value
type(
activation_t
)