Merge pull request #1658 from akva2/bad_janitoring
fix faulty fix in 811d2e2a64
This commit is contained in:
commit
269537b101
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user