X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/763ea0fa6120d18f99e2e5e8164a4cf5821c547c..f35db13138682b1be530a509d1eeadeafff84ca7:/src/smpi/colls/bcast/bcast-ompi-split-bintree.cpp diff --git a/src/smpi/colls/bcast/bcast-ompi-split-bintree.cpp b/src/smpi/colls/bcast/bcast-ompi-split-bintree.cpp index e5dffb31dc..e0f36b4600 100644 --- a/src/smpi/colls/bcast/bcast-ompi-split-bintree.cpp +++ b/src/smpi/colls/bcast/bcast-ompi-split-bintree.cpp @@ -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, } +} +} +