mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
fix the headers
remove the now unnecessary inclusion of "NewtonIterationBlackoilInterleaved.cpp" (mind the .cpp extension!) and include "dune/istl/solvers.hh" instead.
This commit is contained in:
parent
75d99fa335
commit
1d2a5d7f1b
@ -56,6 +56,8 @@
|
||||
#include <opm/parser/eclipse/EclipseState/EclipseState.hpp>
|
||||
#include <opm/parser/eclipse/EclipseState/Tables/TableManager.hpp>
|
||||
|
||||
#include <dune/istl/solvers.hh>
|
||||
|
||||
#include <opm/common/data/SimulationDataContainer.hpp>
|
||||
#include <cassert>
|
||||
#include <cmath>
|
||||
|
@ -47,7 +47,6 @@
|
||||
#include <opm/autodiff/WellDensitySegmented.hpp>
|
||||
#include <opm/autodiff/BlackoilDetails.hpp>
|
||||
#include <opm/autodiff/BlackoilModelParameters.hpp>
|
||||
#include <opm/autodiff/NewtonIterationBlackoilInterleaved.cpp>
|
||||
|
||||
|
||||
#include<dune/common/fmatrix.hh>
|
||||
|
Loading…
Reference in New Issue
Block a user