HYPE
All Classes Namespaces Files Functions Variables Pages
Private Module Procedures | List of all members
model_test_routines::data_is_within_tolerance Interface Reference

Private Module Procedures

subroutine int_data_is_within_tolerance (vector, aimed_value, tolerance_min, tolerance_max, num_tolerance, retval)
 
subroutine real_data_is_within_tolerance (vector, aimed_value, tolerance_min, tolerance_max, num_tolerance, retval)
 

Module Procedure Description

◆ int_data_is_within_tolerance()

subroutine model_test_routines::data_is_within_tolerance::int_data_is_within_tolerance ( integer, dimension(:), intent(in)  vector,
integer, intent(in)  aimed_value,
integer, intent(in)  tolerance_min,
integer, intent(in)  tolerance_max,
integer, intent(out)  num_tolerance,
logical, intent(out)  retval 
)
private

Check that data is within tolerance Integer.

Parameters
[in]vectorData vector that is being checked
[in]aimed_valueValue specifying a wanted value
[in]tolerance_minValue specifying how far below wanted value is ok
[in]tolerance_maxValue specifying how far above wanted value is ok
[out]num_toleranceValue specifying how many values in vector is within tolerance
[out]retvalValue specifying if vector is within tolerance

◆ real_data_is_within_tolerance()

subroutine model_test_routines::data_is_within_tolerance::real_data_is_within_tolerance ( real, dimension(:), intent(in)  vector,
real, intent(in)  aimed_value,
real, intent(in)  tolerance_min,
real, intent(in)  tolerance_max,
integer, intent(out)  num_tolerance,
logical, intent(out)  retval 
)
private

Check that data is within tolerance Real.

Parameters
[in]vectorData vector that is being checked
[in]aimed_valueValue specifying a wanted value
[in]tolerance_minValue specifying how far below wanted value is ok
[in]tolerance_maxValue specifying how far above wanted value is ok
[out]num_toleranceValue specifying how many values in vector is within tolerance
[out]retvalValue specifying if vector is within tolerance

The documentation for this interface was generated from the following file: