Skip to content
Snippets Groups Projects
Commit e4dc8fa1 authored by Oliver Sander's avatar Oliver Sander
Browse files

Fix include paths: the remote index set headers have been moved to dune-common

[[Imported from SVN: r1400]]
parent 1eeb3b1f
No related branches found
No related tags found
No related merge requests found
// -*- tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*-
// vi: set et ts=4 sw=2 sts=2:
#include "config.h"
#include <dune/istl/indexset.hh>
#include <dune/istl/communicator.hh>
#include <dune/istl/remoteindices.hh>
#include <dune/common/parallel/indexset.hh>
#include <dune/common/parallel/communicator.hh>
#include <dune/common/parallel/remoteindices.hh>
#include <dune/common/enumset.hh>
#include <algorithm>
#include <iostream>
......
......@@ -2,10 +2,10 @@
// vi: set et ts=4 sw=2 sts=2:
#include "config.h"
#include <iostream>
#include <dune/istl/selection.hh>
#include <dune/common/timer.hh>
#include <dune/common/enumset.hh>
#include <dune/istl/remoteindices.hh>
#include <dune/common/parallel/remoteindices.hh>
#include <dune/common/parallel/selection.hh>
enum GridFlags {
owner, overlap, border
......
// -*- tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*-
// vi: set et ts=4 sw=2 sts=2:
#include "config.h"
#include <dune/istl/indexset.hh>
#include <dune/istl/communicator.hh>
#include <dune/istl/remoteindices.hh>
#include <dune/common/parallel/indexset.hh>
#include <dune/common/parallel/communicator.hh>
#include <dune/common/parallel/remoteindices.hh>
#include <dune/istl/bvector.hh>
#include <dune/common/enumset.hh>
#include <dune/common/fvector.hh>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment