Skip to content
Snippets Groups Projects
Commit dfc680a2 authored by mattijs's avatar mattijs
Browse files

ENH: mapDistribute: missing default

parent 2131f9f3
No related merge requests found
......@@ -542,8 +542,11 @@ public:
//- Compact maps. Gets per field a bool whether it is used (locally)
// and works out itself what this side and sender side can remove
// from maps.
void compact(const boolList& elemIsUsed, const int tag);
void compact
(
const boolList& elemIsUsed,
const int tag = UPstream::msgType()
);
//- Distribute data. Note:schedule only used for Pstream::scheduled
// for now, all others just use send-to-all, receive-from-all.
......
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