fortplot
fortplot Documentation
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
validate_coordinate_ranges
Function
23 statements
Source File
fortplot_coordinate_validation.f90
fortplot_coordinate_validation
validate_coordinate_ranges
Contents
public function validate_coordinate_ranges(x, y, validation) result(is_valid)
Validate that coordinate values are finite and reasonable
Arguments
Type
Intent
Optional
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