print an array to the debugunit
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | level | level for debug output |
||
character(len=*) | :: | text | Array title in debug output for easy identification in the file |
|||
type(tem_debug_type), | intent(in), | optional | :: | debug | optional debug type |
|
character(len=*), | optional | :: | string | optional additional string extending the title |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
character(len=labelLen), | private | :: | traceString | ||||
character(len=labelLen), | private | :: | stat_str | ||||
integer, | private | :: | nUnit | ||||
logical, | private | :: | isActive |