X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/c04075c49b6bc68df4f37240b4ac53e7a108abaa..8be89720f55b4ceeb2877531ae1602cc7ed947d6:/src/instr/instr_paje_values.hpp diff --git a/src/instr/instr_paje_values.hpp b/src/instr/instr_paje_values.hpp index c679fd5582..b080129af5 100644 --- a/src/instr/instr_paje_values.hpp +++ b/src/instr/instr_paje_values.hpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2021. The SimGrid Team. All rights reserved. */ +/* Copyright (c) 2010-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. */ @@ -9,8 +9,7 @@ #include "src/instr/instr_private.hpp" #include -namespace simgrid { -namespace instr { +namespace simgrid::instr { class EntityValue { long long int id_ = new_paje_id(); @@ -30,7 +29,6 @@ public: std::string get_color() const { return color_; } Type* get_parent() const { return parent_; } }; -} // namespace instr -} // namespace simgrid +} // namespace simgrid::instr #endif