X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/919a006452206f935fe271499ab68eb8cf875854..ab5814bd4ea6117ecf9ac2df328333e89eb45f5f:/src/kernel/lmm/maxmin.hpp diff --git a/src/kernel/lmm/maxmin.hpp b/src/kernel/lmm/maxmin.hpp index 48c3156ea0..5d0619ee79 100644 --- a/src/kernel/lmm/maxmin.hpp +++ b/src/kernel/lmm/maxmin.hpp @@ -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 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