Write a single line that would correspond to a matrix market entry.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=MAX_LINE_LENGTH), | intent(inout) | :: | outstring |
The final string is written to this variable. |
||
integer, | intent(in) | :: | row |
The first coordinate value |
||
integer, | intent(in) | :: | column |
The second coordinate value |
||
logical, | intent(in), | optional | :: | add_newline_in |
Whether to append a new line to the output (default = .false.) |