mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-20 09:17:23 +01:00
[apps/graph] ValuesController: add comments
This commit is contained in:
committed by
LeaNumworks
parent
38eaf9b051
commit
b91ea42286
@@ -265,6 +265,7 @@ void ValuesController::updateNumberOfColumns() const {
|
||||
}
|
||||
m_numberOfColumns = 0;
|
||||
for (int plotTypeIndex = 0; plotTypeIndex < ContinuousFunction::k_numberOfPlotTypes; plotTypeIndex++) {
|
||||
// Count abscissa column if the sub table does exist
|
||||
m_numberOfColumnsForType[plotTypeIndex] += (m_numberOfColumnsForType[plotTypeIndex] > 0);
|
||||
m_numberOfColumns += m_numberOfColumnsForType[plotTypeIndex];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user