compare_with_threshold Function

public function compare_with_threshold(reference_path, current_path, threshold) result(comparison)

Arguments

Type IntentOptional Attributes Name
character(len=*), intent(in) :: reference_path
character(len=*), intent(in) :: current_path
real(kind=wp), intent(in) :: threshold

Return Value type(comparison_result_t)