]> AND Public Git Repository - simgrid.git/blobdiff - src/kernel/lmm/fair_bottleneck.hpp
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Cosmetics in sthread output when not using SMPI
[simgrid.git] / src / kernel / lmm / fair_bottleneck.hpp
index 7c5559077725f50aed686c846dd982c01ac0264f..228eeea625646b2e83840bbe46848166bf494189 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2004-2022. The SimGrid Team. All rights reserved.          */
+/* Copyright (c) 2004-2023. The SimGrid Team. All rights reserved.          */
 
 /* This program is free software; you can redistribute it and/or modify it
  * under the terms of the license (GNU LGPL) which comes with this package. */
@@ -8,9 +8,7 @@
 
 #include "src/kernel/lmm/System.hpp"
 
-namespace simgrid {
-namespace kernel {
-namespace lmm {
+namespace simgrid::kernel::lmm {
 
 class XBT_PUBLIC FairBottleneck : public System {
 public:
@@ -20,8 +18,6 @@ private:
   void do_solve() final;
 };
 
-} // namespace lmm
-} // namespace kernel
-} // namespace simgrid
+} // namespace simgrid::kernel::lmm
 
 #endif