write out a message with the defined string+real content
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | fUnit | output unit |
||
integer, | intent(in), | optional | :: | before | optional white lines before print |
|
integer, | intent(in), | optional | :: | after | optional white lines after print |
|
logical, | intent(in), | optional | :: | toFile | output goes to debug file |
|
character, | intent(in), | optional | :: | str | String to be printed at the beginning of the spacer |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer, | private | :: | i | ||||
integer, | private | :: | nUnit |