From db00cfbee6f644c8593f1c2cc7ee0190d2d734d0 Mon Sep 17 00:00:00 2001 From: Eduardo Almeida Date: Mon, 22 Aug 2022 18:57:59 +0100 Subject: [PATCH] network: Make NodeContainer(int, int) constructor explicit --- src/network/helper/node-container.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/network/helper/node-container.h b/src/network/helper/node-container.h index 727fb6180..374c86b8a 100644 --- a/src/network/helper/node-container.h +++ b/src/network/helper/node-container.h @@ -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