dump_scalar Subroutine

public impure subroutine dump_scalar(filename, scalar)

This subroutine is used to dump a numerical result to an output file.

Arguments

Type IntentOptional AttributesName
character(len=*), intent(in) :: filename
real(kind=real64), intent(in) :: scalar

Contents

None