WriteMMLine_f Subroutine

public subroutine WriteMMLine_f(outstring, val, add_newline_in)

Write a single line that would correspond to a matrix market entry.

Arguments

Type IntentOptional AttributesName
character(len=MAX_LINE_LENGTH), intent(inout) :: outstring

The final string is written to this variable.

real(kind=NTREAL), intent(in) :: val

The value at that coordinate

logical, intent(in), optional :: add_newline_in

Whether to append a new line to the output (default=F)


Contents

None