dm_block_from Interface

public interface dm_block_from

Generic derived type to block converter.


Module Procedures

private pure elemental function block_from_dp(dp) result(string)

Returns ASCII block representation of data point.

Arguments

Type IntentOptional Attributes Name
type(dp_type), intent(in) :: dp

Data point type.

Return Value character(len=block_line_len)