From: Martin Quinson Date: Wed, 10 Jun 2020 23:43:21 +0000 (+0200) Subject: Align the definitions of surf_parsed_filename accross files X-Git-Tag: v3.26~542 X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/d8abfcc231b9f512af0b623570c010a93770fb96 Align the definitions of surf_parsed_filename accross files --- diff --git a/src/smpi/internals/smpi_utils.cpp b/src/smpi/internals/smpi_utils.cpp index 66e4ca0296..c5bf7ff9b9 100644 --- a/src/smpi/internals/smpi_utils.cpp +++ b/src/smpi/internals/smpi_utils.cpp @@ -14,7 +14,7 @@ XBT_LOG_NEW_DEFAULT_SUBCATEGORY(smpi_utils, smpi, "Logging specific to SMPI (utils)"); -extern std::string& surf_parsed_filename; +extern std::string surf_parsed_filename; extern int surf_parse_lineno; std::vector parse_factor(const std::string& smpi_coef_string)