mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[apps/statistics] Factorize HistogramParamCtrlr::setParamAtIdx
This commit is contained in:
@@ -31,9 +31,8 @@ uint32_t Store::barChecksum() const {
|
||||
/* Histogram bars */
|
||||
|
||||
void Store::setBarWidth(double barWidth) {
|
||||
if (barWidth > 0.0) {
|
||||
m_barWidth = barWidth;
|
||||
}
|
||||
assert(barWidth > 0.0);
|
||||
m_barWidth = barWidth;
|
||||
}
|
||||
|
||||
double Store::heightOfBarAtIndex(int series, int index) const {
|
||||
|
||||
Reference in New Issue
Block a user