X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/7d4e135c16a74f7a443a518115fe8930694ddfb0..72d32c4e88a57f4786f62fec48a1bfa454adbff9:/src/kernel/lmm/maxmin.hpp diff --git a/src/kernel/lmm/maxmin.hpp b/src/kernel/lmm/maxmin.hpp index 48c3156ea0..f5bd0ce2e0 100644 --- a/src/kernel/lmm/maxmin.hpp +++ b/src/kernel/lmm/maxmin.hpp @@ -8,9 +8,7 @@ #include "src/kernel/lmm/System.hpp" -namespace simgrid { -namespace kernel { -namespace lmm { +namespace simgrid::kernel::lmm { class XBT_PUBLIC MaxMin : public System { public: @@ -26,8 +24,6 @@ private: dyn_light_t saturated_constraints; }; -} // namespace lmm -} // namespace kernel -} // namespace simgrid +} // namespace simgrid::kernel::lmm #endif