Skip to content
Snippets Groups Projects
Commit f443ed4c authored by René Fritze's avatar René Fritze
Browse files

more asserts

parent 7256f7e8
No related branches found
No related tags found
No related merge requests found
......@@ -113,7 +113,7 @@ public:
long GetTiming(const std::string section_name, const int run_number) const
{
assert(run_number < m_timings.size());
assert(run_number < int(m_timings.size()));
const DataMap& data = m_timings[run_number];
DataMap::const_iterator section = data.find(section_name);
if (section == data.end()) {
......
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