Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[surf] Triggers the destructed callbacks on the full object
[simgrid.git] / src / surf / network_smpi.hpp
index 0c02b26..30cf4ee 100644 (file)
@@ -8,6 +8,9 @@
 
 #include "network_cm02.hpp"
 
+namespace simgrid {
+namespace surf {
+
 /***********
  * Classes *
  ***********/
@@ -46,4 +49,5 @@ public:
  * Action *
  **********/
 
-
+}
+}