Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Align the definitions of surf_parsed_filename accross files
authorMartin Quinson <martin.quinson@ens-rennes.fr>
Wed, 10 Jun 2020 23:43:21 +0000 (01:43 +0200)
committerMartin Quinson <martin.quinson@ens-rennes.fr>
Wed, 10 Jun 2020 23:43:21 +0000 (01:43 +0200)
src/smpi/internals/smpi_utils.cpp

index 66e4ca0..c5bf7ff 100644 (file)
@@ -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<s_smpi_factor_t> parse_factor(const std::string& smpi_coef_string)