mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-12-31 11:36:55 -06:00
fix initialization order
This commit is contained in:
parent
fd4bdd6492
commit
2bba0a395f
@ -67,9 +67,9 @@ namespace Opm
|
||||
AquiferInterface( const Aquancon::AquanconOutput& connection,
|
||||
const std::unordered_map<int, int>& cartesian_to_compressed,
|
||||
const Simulator& ebosSimulator)
|
||||
: ebos_simulator_(ebosSimulator)
|
||||
: connection_(connection)
|
||||
, ebos_simulator_(ebosSimulator)
|
||||
, cartesian_to_compressed_(cartesian_to_compressed)
|
||||
, connection_(connection)
|
||||
{}
|
||||
|
||||
// Deconstructor
|
||||
|
Loading…
Reference in New Issue
Block a user