mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
fixing indent
This commit is contained in:
@@ -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");
|
||||||
|
|||||||
Reference in New Issue
Block a user