X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/5413861364085b5ed2c3c1fec4bcbf5b7eee530e..716c8e0b373bed43c35af2b35514f0b7a69b08a5:/src/smpi/include/smpi_actor.hpp diff --git a/src/smpi/include/smpi_actor.hpp b/src/smpi/include/smpi_actor.hpp index c2d324a417..f6194db4a5 100644 --- a/src/smpi/include/smpi_actor.hpp +++ b/src/smpi/include/smpi_actor.hpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2022. The SimGrid Team. All rights reserved. */ +/* Copyright (c) 2009-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 "xbt/xbt_os_time.h" #include -namespace simgrid { -namespace smpi { +namespace simgrid::smpi { class ActorExt { double simulated_ = 0 /* Used to time with simulated_start/elapsed */; @@ -95,7 +94,6 @@ public: int set_bsend_buffer(void* buf, int size); }; -} // namespace smpi -} // namespace simgrid +} // namespace simgrid::smpi #endif