Dumps array of varSys to given unit
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(tem_varSys_type), | intent(in) | :: | me(:) |
variable to write into the lua file |
||
integer, | intent(inout) | :: | outUnit |
unit to write to |
||
integer, | intent(in), | optional | :: | dumpVarPos(:) |
Position of variables to dump |
Dump single varSys to given unit
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(tem_varSys_type), | intent(in) | :: | me |
variable to write into the lua file |
||
integer, | intent(inout) | :: | outUnit |
unit to write to |
||
integer, | intent(in), | optional | :: | dumpVarPos(:) |
Position of variables to dump |