Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Align the definitions of surf_parsed_filename accross files
[simgrid.git] / 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)