validate_coordinate_ranges Function

public function validate_coordinate_ranges(x, y, validation) result(is_valid)

Validate that coordinate values are finite and reasonable

Arguments

Type IntentOptional Attributes Name
real(kind=wp), intent(in) :: x(:)
real(kind=wp), intent(in) :: y(:)
type(coordinate_validation_result_t), intent(inout) :: validation

Return Value logical