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, | intent(in) | :: | nVals | number of values in array me |
||
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, | intent(in) | :: | outUnit | output unit |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer, | private | :: | iVal | ||||
integer, | private | :: | iLine | ||||
integer, | private | :: | nLines | ||||
integer, | private | :: | itemLength_loc | ||||
character(len=buffer_length), | private | :: | buffer |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=buffer_length), | intent(inout) | :: | buffer | |||
integer(kind=long_k), | intent(in) | :: | val |