fortplot
fortplot Documentation
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
compare_with_baseline
Function
24 statements
Source File
fortplot_validation.f90
fortplot_validation
compare_with_baseline
Contents
public function compare_with_baseline(current_file, baseline_file) result(validation)
Arguments
Type
Intent
Optional
Attributes
Name
character(len=*),
intent(in)
::
current_file
character(len=*),
intent(in)
::
baseline_file
Return Value
type(
validation_result_t
)