Merge pull request #2000 from bska/chase-matrixblock-relocation

AmgCpr: Follow Relocation of "matrixblock.hh"
This commit is contained in:
Arne Morten Kvarving 2019-09-10 19:24:29 +02:00 committed by GitHub
commit 504580a5b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,7 +20,7 @@
#define OPM_AMGCPR_HEADER_INCLUDED
#include <opm/simulators/linalg/twolevelmethodcpr.hh>
#include <ewoms/linear/matrixblock.hh>
#include <opm/simulators/linalg/matrixblock.hh>
#include <opm/simulators/linalg/ParallelOverlappingILU0.hpp>
#include <opm/simulators/linalg/FlowLinearSolverParameters.hpp>
#include <opm/simulators/linalg/CPRPreconditioner.hpp>