Loading...
Searching...
No Matches
benchmark_dryrun

Inherits workflow.

Definition

Provides base class for performing a dry run.

Remarks

Definition at line 22 of file DryRun.f90.


The documentation for this type was generated from the following file:

Additional Inherited Members

Variables inherited from workflow
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.
Static Public Attributes inherited from workflow
procedure(work), pointer, nopass, public action => null()
 Action to be performed.

Methods

◆ dispose()

procedure, pass, public dispose ( class(benchmark_dryrun), intent(inout) this)

Dispose resources associated with the bound type.

Parameters
[in,out]thisThe type bound to the method

@Remarks

Definition at line 25 of file DryRun.f90.