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

ENH: globalIndex: improved comment

parent cfc708bc
Branches
Tags
No related merge requests found
......@@ -76,10 +76,12 @@ public:
//- Construct null
inline globalIndex();
//- Construct from local max size
//- Construct from local max size. Does communication with default
// communicator and message tag.
globalIndex(const label localSize);
//- Construct from local max size
//- Construct from local max size. Does communication with given
// communicator and message tag
globalIndex
(
const label localSize,
......
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