mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-11-21 08:54:08 -06:00
re-introducing line that was deleted by mistake..
This commit is contained in:
parent
0944cbbed9
commit
8666cd8dc3
@ -15,7 +15,8 @@ inline bool is_close(double a, double b, double tol = TOLERANCE) {
|
||||
|
||||
BOOST_AUTO_TEST_CASE(CheckTSINITAndNEXTSTEP)
|
||||
{
|
||||
//std::string case_name(boost::unit_test::framework::master_test_suite().argv[1]); std::string case_name("02_TUNING_TSINIT_NEXTSTEP");
|
||||
std::string case_name("02_TUNING_TSINIT_NEXTSTEP");
|
||||
|
||||
BOOST_TEST_MESSAGE("---------------------------------------------------------------------------");
|
||||
BOOST_TEST_MESSAGE("Checking TSINIT and NEXTSTEP, see file " + case_name + ".DATA");
|
||||
BOOST_TEST_MESSAGE("---------------------------------------------------------------------------");
|
||||
|
Loading…
Reference in New Issue
Block a user