Skip to content
Snippets Groups Projects
Commit 05508ef8 authored by Christoph Rettinger's avatar Christoph Rettinger
Browse files

Merge branch 'master_particles' into 'master'

accomodate naming in publications

See merge request walberla/walberla!276
parents 63d44cc9 83aabf4b
Branches
Tags
No related merge requests found
...@@ -36,7 +36,7 @@ public: ...@@ -36,7 +36,7 @@ public:
bool operator()(const size_t /*idx*/, const size_t /*jdx*/, Accessor& /*ac*/) const { return true; } bool operator()(const size_t /*idx*/, const size_t /*jdx*/, Accessor& /*ac*/) const { return true; }
}; };
class SelectLocal class SelectMaster
{ {
public: public:
template <typename Accessor> template <typename Accessor>
...@@ -49,6 +49,9 @@ public: ...@@ -49,6 +49,9 @@ public:
} }
}; };
/// prefer SelectMaster over SelectLocal
using SelectLocal = SelectMaster;
class SelectGhost class SelectGhost
{ {
public: public:
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment