add min max in the bin
This commit is contained in:
@@ -19,6 +19,6 @@ auto main() -> int
|
||||
if (!r.empty())
|
||||
{
|
||||
for (auto& p : r.m_data)
|
||||
hack::log()(p[10].m_values);
|
||||
hack::log()(p[10].m_values, p[10].m_min, p[10].m_max);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user