From: Christian Heinrich Date: Tue, 14 Jun 2016 13:51:43 +0000 (+0200) Subject: [SMPI] Remove outdated comment. X-Git-Tag: v3_14~987^2~6^2~2 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/1dab349dd1ee15cf92ba34bdf609a57a1b9287bf [SMPI] Remove outdated comment. --- diff --git a/src/smpi/smpi_base.cpp b/src/smpi/smpi_base.cpp index 2f2939f792..011c539613 100644 --- a/src/smpi/smpi_base.cpp +++ b/src/smpi/smpi_base.cpp @@ -74,7 +74,7 @@ static int match_send(void* a, void* b,smx_synchro_t ignored) { typedef struct s_smpi_factor_multival *smpi_os_factor_multival_t; typedef struct s_smpi_factor_multival { // FIXME: this should be merged (deduplicated) with s_smpi_factor defined in network_smpi.c long factor=0; - std::vector values; /** We allocate arbitrarily 4 elements **/ + std::vector values; } s_smpi_factor_multival_t; std::vector smpi_os_values;