fortplot
fortplot Documentation
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
is_valid_single_point
Function
5 statements
Source File
fortplot_coordinate_validation.f90
fortplot_coordinate_validation
is_valid_single_point
Contents
public function is_valid_single_point(x, y) result(is_single)
Check if arrays represent a valid single point
Arguments
Type
Intent
Optional
Attributes
Name
real(kind=wp),
intent(in)
::
x
(:)
real(kind=wp),
intent(in)
::
y
(:)
Return Value
logical