X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/ea02d47c2ee462e84798356e4dda87b1467e22b8..abf3b21ad3f4a19475431076e6e2b26f76d2e7d6:/src/smpi/mpi/smpi_errhandler.cpp diff --git a/src/smpi/mpi/smpi_errhandler.cpp b/src/smpi/mpi/smpi_errhandler.cpp index 74e224226f..d784da58dc 100644 --- a/src/smpi/mpi/smpi_errhandler.cpp +++ b/src/smpi/mpi/smpi_errhandler.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2021. The SimGrid Team. All rights reserved. */ +/* Copyright (c) 2007-2023. The SimGrid Team. All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it * under the terms of the license (GNU LGPL) which comes with this package. */ @@ -11,8 +11,7 @@ simgrid::smpi::Errhandler smpi_MPI_ERRORS_RETURN; simgrid::smpi::Errhandler smpi_MPI_ERRORS_ARE_FATAL; -namespace simgrid{ -namespace smpi{ +namespace simgrid::smpi { MPI_Errhandler Errhandler::f2c(int id) { if (F2C::lookup() != nullptr && id >= 0) { @@ -52,6 +51,4 @@ void Errhandler::unref(Errhandler* errhandler){ } } -} - -} +} // namespace simgrid::smpi