Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
And now cleanup the App-side of cruft that was needed for Checker to read actor infor...
[simgrid.git] / src / kernel / lmm / maxmin.hpp
index 48c3156ea01c241d16fb20e3214d70c389b50b80..f5bd0ce2e02a31f95156df4202d72dbd61db7249 100644 (file)
@@ -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