X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/de57b34916659892d2dc26edabf552253afe2c18..acd052f4e734a5580577a6462a6e08c0ea3b5509:/src/smpi/include/smpi_utils.hpp diff --git a/src/smpi/include/smpi_utils.hpp b/src/smpi/include/smpi_utils.hpp index 972e2854b4..038a40b5f0 100644 --- a/src/smpi/include/smpi_utils.hpp +++ b/src/smpi/include/smpi_utils.hpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2016-2017. The SimGrid Team. All rights reserved. */ +/* Copyright (c) 2016-2018. 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. */ @@ -17,7 +17,6 @@ struct s_smpi_factor_t { size_t factor = 0; std::vector values; }; -typedef s_smpi_factor_t* smpi_os_factor_t; } XBT_PUBLIC(std::vector) parse_factor(std::string smpi_coef_string);