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

Public GIT Repository
Merge branch 'fix_python' into 'master'
[simgrid.git] / src / instr / instr_paje_types.hpp
index 0961d6e1104decac3737a8a1e3e69ac096ffca5f..ac914dbcd52ef2695c59b7ad7b8f283360055f10 100644 (file)
@@ -11,8 +11,7 @@
 #include <string>
 #include <vector>
 
-namespace simgrid {
-namespace instr {
+namespace simgrid::instr {
 class ContainerType;
 class EventType;
 
@@ -131,6 +130,5 @@ public:
   void pop_event();
   void pop_event(TIData* extra);
 };
-} // namespace instr
-} // namespace simgrid
+} // namespace simgrid::instr
 #endif