]> AND Public Git Repository - simgrid.git/blobdiff - src/smpi/include/smpi_group.hpp
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Convert Api::get_maxpid() into RemoteApp::get_maxpid()
[simgrid.git] / src / smpi / include / smpi_group.hpp
index 322cb6b97ba1efc864ffc8955ceb62602574dc18..aed599bea15ecf0effcf8bdb5d29ab1e46972b1c 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2010-2021. The SimGrid Team.
+/* Copyright (c) 2010-2022. The SimGrid Team.
  * All rights reserved.                                                     */
 
 /* This program is free software; you can redistribute it and/or modify it
@@ -12,8 +12,7 @@
 #include <map>
 #include <vector>
 
-namespace simgrid{
-namespace smpi{
+namespace simgrid::smpi {
 
 class Group : public F2C{
   /* This is actually a map from int to aid_t. We could use std::map here, but looking up a value there costs
@@ -50,7 +49,6 @@ public:
 
   static Group* f2c(int id);
 };
-}
-}
+} // namespace simgrid::smpi
 
 #endif