mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Changed wording: relative -> absolute
This commit is contained in:
parent
d7c5c30314
commit
d1b30f4f48
@ -65,7 +65,7 @@ BOOST_AUTO_TEST_CASE(CompareRestartFileResults)
|
||||
ecl_kw_max_min(kw_1,&max_value, &min_value);
|
||||
std::cout << " Restart results for " << key << " is not ok, failing test: " << std::endl
|
||||
<< " Relative difference allowed is " << relative_diffs[key] << std::endl
|
||||
<< " Actual relative difference minimum value, maximum value is: " << min_value << ", " << max_value << std::endl;
|
||||
<< " Actual absolute difference minimum value, maximum value is: " << min_value << ", " << max_value << std::endl;
|
||||
}
|
||||
|
||||
BOOST_CHECK_EQUAL(numeric_equal, true);
|
||||
|
Loading…
Reference in New Issue
Block a user