Loading of a variable, that is defined in terms of an operation on other variables.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(tem_variable_type), | intent(inout) | :: | me | The variable to read from the Lua script(conf) and fill |
||
| type(flu_state) | :: | conf | Lua handle connected to the script to read the table from |
|||
| integer, | intent(in) | :: | parent | A parent table handle in which to look the current operation table |
||
| integer, | intent(out) | :: | iError | iError .ne. 0 if operation is not loaded successfully. |
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| integer, | public | :: | oper_handle | ||||
| integer, | public | :: | iIn | ||||
| integer, | public | :: | nInvar | ||||
| integer, | public, | allocatable | :: | vError(:) |