print an array to the debugunit
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=long_k), | intent(in) | :: | me(:) | long array to write to debug file |
||
integer, | optional | :: | itemLength | how many characters needs each item of the array to output |
||
character(len=*), | optional | :: | title | Array title in debug output for easy identification in the file |
||
integer, | optional | :: | lineLength | how long should the line be |
||
integer | :: | nUnit | to which unit to output |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer, | private | :: | iElem | ||||
integer, | private | :: | elemLength | ||||
integer, | private | :: | meLength | ||||
integer, | private | :: | itemLength_loc | ||||
integer, | private | :: | lineLength_loc | ||||
character(len=128), | private | :: | buffer | ||||
character(len=128), | private | :: | spacer |