X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/90b0fa923c841996f89a17c252a443a65493fbfc..fcd1f70709a193338f818adff2b3b1fa08e307ab:/src/mc/transition/TransitionAny.hpp diff --git a/src/mc/transition/TransitionAny.hpp b/src/mc/transition/TransitionAny.hpp index 25f67dd0cc..df5954e6ba 100644 --- a/src/mc/transition/TransitionAny.hpp +++ b/src/mc/transition/TransitionAny.hpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2015-2022. The SimGrid Team. All rights reserved. */ +/* Copyright (c) 2015-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. */ @@ -12,8 +12,7 @@ #include #include -namespace simgrid { -namespace mc { +namespace simgrid::mc { class TestAnyTransition : public Transition { std::vector transitions_; @@ -37,7 +36,6 @@ public: Transition* get_current_transition() const { return transitions_.at(times_considered_); } }; -} // namespace mc -} // namespace simgrid +} // namespace simgrid::mc #endif