mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-20 14:20:39 +01:00
[apps/sequence] Change method name
This commit is contained in:
@@ -68,7 +68,7 @@ int SequenceToolbox::typeAtLocation(int i, int j) {
|
||||
return MathToolbox::typeAtLocation(i,mathToolboxIndex(j));
|
||||
}
|
||||
|
||||
void SequenceToolbox::setExtraCells(const char * sequenceName, int recurrenceDepth) {
|
||||
void SequenceToolbox::buildExtraCellsLayouts(const char * sequenceName, int recurrenceDepth) {
|
||||
for (int i = 0; i < k_maxNumberOfDisplayedRows; i++) {
|
||||
if (m_addedCellLayout[i]) {
|
||||
delete m_addedCellLayout[i];
|
||||
|
||||
Reference in New Issue
Block a user