Converter Interface

public interface Converter

Module Procedures

private function construct_converter(from_unit, to_unit) result(conv)

Arguments

Type IntentOptional Attributes Name
type(UDUnit), intent(in) :: from_unit
type(UDUnit), intent(in) :: to_unit

Return Value type(Converter)