Merge pull request #1658 from akva2/bad_janitoring

fix faulty fix in 811d2e2a64
This commit is contained in:
Bård Skaflestad 2020-03-30 14:37:02 +02:00 committed by GitHub
commit 269537b101
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -457,14 +457,14 @@ namespace {
explicit Setup(const ::Opm::Deck& deck)
: es { deck }
, sched { deck, es , python }
, python{ }
, sched { deck, es , python }
{
}
::Opm::EclipseState es;
::Opm::Schedule sched;
::Opm::Python python;
::Opm::Schedule sched;
};
std::vector<Opm::data::Connection>