Pair Interface

public interface Pair

Module Procedures

private function map_p_new_pair(first, second) result(p)

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: first
type(MaplGeom), intent(in) :: second

Return Value type(Pair)