Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Concatenate nested namespaces (sonar).
[simgrid.git] / src / smpi / colls / allgatherv / allgatherv-pair.cpp
index b09e4136ea3be50525e8e4801607e5612b44f377..820fcf445c70f70fbc0893eff6a26f9df0fe188a 100644 (file)
@@ -65,8 +65,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  * Author: Ahmad Faraj
  ****************************************************************************/
 
-namespace simgrid{
-namespace smpi{
+namespace simgrid::smpi {
 
 int
 allgatherv__pair(const void *send_buff, int send_count,
@@ -105,5 +104,4 @@ allgatherv__pair(const void *send_buff, int send_count,
   return MPI_SUCCESS;
 }
 
-}
-}
+} // namespace simgrid::smpi