Skip to content
Snippets Groups Projects
Commit 41b0c41b authored by Cédric Traizet's avatar Cédric Traizet
Browse files

ENH: added rate files to the file handler

parent 9ea9dca2
No related branches found
No related tags found
No related merge requests found
......@@ -112,7 +112,11 @@ protected:
ExecuteInternal( "rates");
//TODO add the created file (rates_i.xml) to the file handler for cleaning
auto& rateFiles = m_FileHandler["rateFiles"];
for (unsigned int i = 0; i< m_FileHandler["statsFiles"].size(); i++)
{
rateFiles.push_back("rates_"+std::to_string(i+1)+".xml");
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment