X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/c13ae8a28b1920f03c168081817bafe9add7567f..149c63f36e15b8500b1e826bda5138318ff7ba2b:/src/smpi/plugins/ampi/ampi.hpp diff --git a/src/smpi/plugins/ampi/ampi.hpp b/src/smpi/plugins/ampi/ampi.hpp index cee44a3a30..2f209af703 100644 --- a/src/smpi/plugins/ampi/ampi.hpp +++ b/src/smpi/plugins/ampi/ampi.hpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2018. The SimGrid Team. All rights reserved. */ +/* Copyright (c) 2010-2020. 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. */ @@ -12,8 +12,8 @@ namespace simgrid { namespace smpi { namespace plugin { namespace ampi { - extern simgrid::xbt::signal on_iteration_out; - extern simgrid::xbt::signal on_iteration_in; +extern simgrid::xbt::signal on_iteration_out; +extern simgrid::xbt::signal on_iteration_in; } } }