X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/84402e8e2ee2a2d0bef25fdceb0a263ed8b471f6..c6d6e5b87aed9c7080c981b11f91f2d0205623c3:/src/mc/inspect/Variable.hpp diff --git a/src/mc/inspect/Variable.hpp b/src/mc/inspect/Variable.hpp index 5b4dd2a984..f2cae32cae 100644 --- a/src/mc/inspect/Variable.hpp +++ b/src/mc/inspect/Variable.hpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2020. The SimGrid Team. +/* Copyright (c) 2007-2023. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it @@ -14,8 +14,7 @@ #include "src/mc/inspect/LocationList.hpp" #include "src/mc/mc_forward.hpp" -namespace simgrid { -namespace mc { +namespace simgrid::mc { /** A variable (global or local) in the model-checked program */ class Variable { @@ -43,7 +42,6 @@ public: simgrid::mc::ObjectInformation* object_info = nullptr; }; -} // namespace mc -} // namespace simgrid +} // namespace simgrid::mc #endif