network: Make NodeContainer(int, int) constructor explicit

This commit is contained in:
Eduardo Almeida
2022-08-22 18:57:59 +01:00
parent 6d2f0f29f6
commit db00cfbee6

View File

@@ -91,7 +91,7 @@ public:
* \param [in] n The number of nodes to create.
* \param [in] systemId The system id or rank associated with this node
*/
NodeContainer (uint32_t n, uint32_t systemId = 0);
explicit NodeContainer (uint32_t n, uint32_t systemId = 0);
/**
* Create a node container which is a concatenation of multiple input