fortplot
fortplot Documentation
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
compare_with_threshold
Function
12 statements
Source File
fortplot_rendering_comparison.f90
fortplot_rendering_comparison
compare_with_threshold
Contents
public function compare_with_threshold(reference_path, current_path, threshold) result(comparison)
Arguments
Type
Intent
Optional
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
)