mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-12-28 02:00:59 -06:00
Fix compiler lookup of get method.
This commit is contained in:
parent
f5d81513da
commit
c089a59cba
@ -514,6 +514,7 @@ public:
|
||||
CommunicationArgs commArgs(communication_->communicator(), communication_->getSolverCategory());
|
||||
coarseLevelCommunication_.reset(Dune::Amg::ConstructionTraits<Communication>::construct(commArgs));
|
||||
using Iterator = typename std::vector<bool>::iterator;
|
||||
using std::get;
|
||||
auto visitedMap = get(Dune::Amg::VertexVisitedTag(), *(get<1>(graphs)));
|
||||
communication_->buildGlobalLookup(fineOperator.getmat().N());
|
||||
std::size_t aggregates =
|
||||
|
Loading…
Reference in New Issue
Block a user