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

Public GIT Repository
Finished = inactive
[simgrid.git] / src / mc / remote / Channel.hpp
index 5494f334d2e11fe78c8347b3934644d5f09f5018..30161b5bb362e2c43141ec6eebf5b68bb635bf78 100644 (file)
@@ -55,7 +55,7 @@ public:
 
   int get_socket() const { return socket_; }
 };
-}
-}
+} // namespace mc
+} // namespace simgrid
 
 #endif