Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Hide cfg_latency_factor and bw, and change them into smpi::utils::FactorSet
[simgrid.git] / src / smpi / include / smpi_utils.hpp
index 1b30f5813550e52bd84ceaf469e7033caa07fd5d..b5dc55005099055cd790b28f0694e42525587235 100644 (file)
@@ -36,7 +36,7 @@ public:
       const std::string& name, double default_value = 1,
       std::function<double(std::vector<double> const&, double)> const& lambda = [](std::vector<double> const& values,
                                                                                    double) { return values.front(); });
-  void parse(const std::string& values);
+  void parse(const std::string& string_values);
   bool is_initialized() const { return initialized_; }
   // Get the default value
   double operator()();