Add missing header file to GasLiftGroupInfo.cpp

GasLiftGroupInfo.cpp did not include "config.h" which caused HAVE_MPI
to be undefined causing the file to be compiled with
Dune::Communication<No_Comm> instead of with
Dune::Communication<MPI_Comm>. Which later caused linking problems with files
that used MPI.
This commit is contained in:
Håkon Hægland
2021-06-22 09:52:22 +02:00
parent 57aa8d0384
commit dd1ca3197d
4 changed files with 101 additions and 110 deletions

View File

@@ -178,7 +178,8 @@ BOOST_AUTO_TEST_CASE(G1)
iteration_idx,
well_model.phaseUsage(),
deferred_logger,
well_state
well_state,
simulator->vanguard().grid().comm()
};
GLiftSyncGroups sync_groups;
GasLiftSingleWell glift {*std_well, *(simulator.get()), summary_state,