Dumps array of condition to given unit
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(tem_condition_type), | intent(in) | :: | me(:) | condition to write into the lua file |
||
integer, | intent(in) | :: | outUnit | unit to write to |
Dump single condition to given unit
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(tem_condition_type), | intent(in) | :: | me | condition to write into the lua file |
||
integer, | intent(in) | :: | outUnit | unit to write to |