|
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) |
|
◆ 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] | vector | Data vector that is being checked |
[in] | aimed_value | Value specifying a wanted value |
[in] | tolerance_min | Value specifying how far below wanted value is ok |
[in] | tolerance_max | Value specifying how far above wanted value is ok |
[out] | num_tolerance | Value specifying how many values in vector is within tolerance |
[out] | retval | Value 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] | vector | Data vector that is being checked |
[in] | aimed_value | Value specifying a wanted value |
[in] | tolerance_min | Value specifying how far below wanted value is ok |
[in] | tolerance_max | Value specifying how far above wanted value is ok |
[out] | num_tolerance | Value specifying how many values in vector is within tolerance |
[out] | retval | Value specifying if vector is within tolerance |
The documentation for this interface was generated from the following file: