fixing indent

This commit is contained in:
Vegard Kippe
2023-08-25 14:13:04 +02:00
parent 4ff08ffd2d
commit 0944cbbed9

View File

@@ -15,14 +15,10 @@ inline bool is_close(double a, double b, double tol = TOLERANCE) {
BOOST_AUTO_TEST_CASE(CheckTSINITAndNEXTSTEP) BOOST_AUTO_TEST_CASE(CheckTSINITAndNEXTSTEP)
{ {
//std::string case_name(boost::unit_test::framework::master_test_suite().argv[1]); //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("---------------------------------------------------------------------------");
BOOST_TEST_MESSAGE("Checking TSINIT and NEXTSTEP, see file " + case_name + ".DATA"); BOOST_TEST_MESSAGE("Checking TSINIT and NEXTSTEP, see file " + case_name + ".DATA");
BOOST_TEST_MESSAGE("---------------------------------------------------------------------------"); BOOST_TEST_MESSAGE("---------------------------------------------------------------------------");
Opm::EclIO::ESmry smry(case_name, false); Opm::EclIO::ESmry smry(case_name, false);
smry.loadData({"TIME"}); smry.loadData({"TIME"});
const auto& time = smry.get("TIME"); const auto& time = smry.get("TIME");