status_body Subroutine

public impure subroutine status_body(title, value)

This subroutine is used to write boxed status messages to standard out; in particular, this routine writes out the name and value of a variable.

Arguments

Type IntentOptional AttributesName
character(len=*), intent(in) :: title
class(*), intent(in) :: value

Contents

None