fixed: proper initializer list order

This commit is contained in:
Arne Morten Kvarving 2020-03-30 12:38:47 +02:00
parent 811d2e2a64
commit ebc92fb92e

View File

@ -457,8 +457,8 @@ namespace {
explicit Setup(const ::Opm::Deck& deck)
: es { deck }
, python{ }
, sched { deck, es , python }
, python{ }
{
}