Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add trace2selist and re-enable unit tests for the stochastic profiles
[simgrid.git] / src / kernel / resource / profile / StochasticDatedValue.hpp
index 2e0586f..f6d55b4 100644 (file)
@@ -36,6 +36,10 @@ private:
   static double draw(Distribution law, std::vector<double> params);
 };
 
+
+
 } // namespace simgrid::kernel::profile
 
+std::vector<simgrid::kernel::profile::StochasticDatedValue> trace2selist( const char* c_str );
+
 #endif