From b32b33bf1b2b45ef6f26f031abc0670b943f43b6 Mon Sep 17 00:00:00 2001 From: SUTER Frederic Date: Fri, 16 Apr 2021 14:26:08 +0200 Subject: [PATCH] please clang take 2 --- src/s4u/s4u_Netzone.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/s4u/s4u_Netzone.cpp b/src/s4u/s4u_Netzone.cpp index e118550cf0..61879cdfe0 100644 --- a/src/s4u/s4u_Netzone.cpp +++ b/src/s4u/s4u_Netzone.cpp @@ -156,7 +156,7 @@ s4u::Host* NetZone::create_host(const std::string& name, const std::vector{speed}); } s4u::Host* NetZone::create_host(const std::string& name, const std::vector& speed_per_pstate) @@ -176,7 +176,7 @@ s4u::Link* NetZone::create_link(const std::string& name, const std::vector{bandwidth}); } s4u::Link* NetZone::create_link(const std::string& name, const std::vector& bandwidths) -- 2.20.1