From bf8671da31ccde3efe072bde32d0f77ebb0f2e56 Mon Sep 17 00:00:00 2001 From: Oliver Sander <sander@igpm.rwth-aachen.de> Date: Tue, 30 Sep 2014 18:06:04 +0000 Subject: [PATCH] Take GlobalUniqueIndex from dune/grid/utility now [[Imported from SVN: r9902]] --- dune/gfe/parallel/matrixcommunicator.hh | 2 +- dune/gfe/parallel/vectorcommunicator.hh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dune/gfe/parallel/matrixcommunicator.hh b/dune/gfe/parallel/matrixcommunicator.hh index 66b15256..bb6c4e14 100644 --- a/dune/gfe/parallel/matrixcommunicator.hh +++ b/dune/gfe/parallel/matrixcommunicator.hh @@ -5,7 +5,7 @@ #include <dune/istl/matrixindexset.hh> -#include <dune/gfe/parallel/globalindex.hh> +#include <dune/grid/utility/globalindex.hh> #include <dune/gfe/parallel/mpifunctions.hh> diff --git a/dune/gfe/parallel/vectorcommunicator.hh b/dune/gfe/parallel/vectorcommunicator.hh index 2dd2b7fb..23d5e3f5 100644 --- a/dune/gfe/parallel/vectorcommunicator.hh +++ b/dune/gfe/parallel/vectorcommunicator.hh @@ -3,7 +3,7 @@ #include <vector> -#include <dune/gfe/parallel/globalindex.hh> +#include <dune/grid/utility/globalindex.hh> #include <dune/gfe/parallel/mpifunctions.hh> -- GitLab