fix the merge fallout

This commit is contained in:
Robert Kloefkorn 2016-12-06 20:05:24 +01:00 committed by Andreas Lauser
parent ef15d76831
commit bf18ee7fb9

View File

@ -32,6 +32,7 @@
#include <opm/autodiff/MissingFeatures.hpp>
#include <opm/autodiff/BlackoilPropsAdFromDeck.hpp>
#include <opm/autodiff/moduleVersion.hpp>
#include <opm/autodiff/ExtractParallelGridInformationToISTL.hpp>
#include <opm/core/props/satfunc/RelpermDiagnostics.hpp>
@ -630,6 +631,8 @@ namespace Opm
void setupLinearSolver()
{
typedef typename BlackoilModelEbos :: ISTLSolverType ISTLSolverType;
extractParallelGridInformationToISTL(grid(), parallel_information_);
fis_solver_.reset( new ISTLSolverType( param_, parallel_information_ ) );
}