Skip to content
Snippets Groups Projects
Commit a5dc5ec0 authored by Jö Fahlke's avatar Jö Fahlke
Browse files

[selectiontest] Clean up includes.

This replaces `remoteindices.hh` with `plocalindices.hh`; as a result this
test can now be compiled without MPI.

Thanks to @felix.gruber for the initial report (see !372).
parent 84940d4d
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 <iostream>
#include <dune/common/timer.hh>
#include <dune/common/enumset.hh>
#include <dune/common/parallel/remoteindices.hh>
#include <dune/common/parallel/indexset.hh>
#include <dune/common/parallel/plocalindex.hh>
#include <dune/common/parallel/selection.hh>
#include <dune/common/timer.hh>
enum GridFlags {
owner, overlap, border
......
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