Skip to content
Snippets Groups Projects
Commit 83aabf4b authored by Sebastian Eibl's avatar Sebastian Eibl
Browse files

accomodate naming in publications

parent 63d44cc9
No related merge requests found
......@@ -36,7 +36,7 @@ public:
bool operator()(const size_t /*idx*/, const size_t /*jdx*/, Accessor& /*ac*/) const { return true; }
};
class SelectLocal
class SelectMaster
{
public:
template <typename Accessor>
......@@ -49,6 +49,9 @@ public:
}
};
/// prefer SelectMaster over SelectLocal
using SelectLocal = SelectMaster;
class SelectGhost
{
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