X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/477fc68ab3dd1b5210d7db49144d90d0d9e57993..0abc9e8c70d2f3c5c98ed3429d4b630683f77c22:/src/xbt/xbt_parse_units.cpp diff --git a/src/xbt/xbt_parse_units.cpp b/src/xbt/xbt_parse_units.cpp index a77b852c44..7321a37464 100644 --- a/src/xbt/xbt_parse_units.cpp +++ b/src/xbt/xbt_parse_units.cpp @@ -119,7 +119,7 @@ std::vector xbt_parse_get_bandwidths(const std::string& filename, int li std::vector bandwidths; std::vector tokens; - boost::split(tokens, string, boost::is_any_of(";")); + boost::split(tokens, string, boost::is_any_of(";,")); for (auto token : tokens) { bandwidths.push_back(surf_parse_get_value_with_unit( filename, lineno, token.c_str(), units, entity_kind, name,