Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
ok, I stop trying to please sonar.
[simgrid.git] / src / smpi / colls / bcast / bcast-ompi-split-bintree.cpp
index e5dffb3..e0f36b4 100644 (file)
@@ -58,6 +58,8 @@
   #include "../colls_private.h"
   #include "../coll_tuned_topo.h"
   #define MAXTREEFANOUT 32
+namespace simgrid{
+namespace smpi{
  
 int
 Coll_bcast_ompi_split_bintree::bcast ( void* buffer,
@@ -300,3 +302,6 @@ Coll_bcast_ompi_split_bintree::bcast ( void* buffer,
 
 }
 
+}
+}
+