Octopus
|
Descriptor of one algorithmic operation. More...
Descriptor of one algorithmic operation.
Algorithms are a sequence of operations. Those operations are identified by a string identifier that can be used in select case statements.
Definition at line 163 of file algorithm.F90.
Private Attributes | |
character(len=algo_label_len) | id |
Operation identifier. We use a string instead of an integer to minimize the chance of having duplicated identifiers. More... | |
character(len=algo_label_len) | label |
Label describing what the code is doing when performing this operation. More... | |
|
private |
Operation identifier. We use a string instead of an integer to minimize the chance of having duplicated identifiers.
Definition at line 164 of file algorithm.F90.
|
private |
Label describing what the code is doing when performing this operation.
Definition at line 166 of file algorithm.F90.