mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-11-21 16:57:25 -06:00
fixing indent
This commit is contained in:
parent
4ff08ffd2d
commit
0944cbbed9
@ -15,14 +15,10 @@ 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(boost::unit_test::framework::master_test_suite().argv[1]); 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("---------------------------------------------------------------------------");
|
||||
|
||||
|
||||
Opm::EclIO::ESmry smry(case_name, false);
|
||||
smry.loadData({"TIME"});
|
||||
const auto& time = smry.get("TIME");
|
||||
|
Loading…
Reference in New Issue
Block a user