Inherits workflow.
Definition at line 28 of file Run.f90.
The documentation for this type was generated from the following file:
|
| character(:), allocatable, public | header |
| | Header is the first node of the linked list of actions.
|
| class(workflow), pointer, public | next => null() |
| | Next action in the linked list.
|
| procedure(work), pointer, nopass, public | action => null() |
| | Action to be performed.
|
◆ dispose()
| procedure, pass, public dispose |
( |
class(benchmark_run), intent(inout) | this | ) |
|
Dispose resources associated with the bound type.
- Parameters
-
| [in,out] | this | The type bound to the method |
Remarks
Definition at line 32 of file Run.f90.