mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-24 00:00:44 +01:00
Rename Shared::CartesianFunction to Shared::ContinuousFunction
This commit is contained in:
committed by
LeaNumworks
parent
be019cd5cf
commit
df2897925b
@@ -106,7 +106,7 @@ void VariableBoxController::willDisplayCellForIndex(HighlightCell * cell, int in
|
||||
symbolLength = SymbolAbstract::TruncateExtension(symbolName, record.fullName(), SymbolAbstract::k_maxNameSize);
|
||||
} else {
|
||||
assert(m_currentPage == Page::Function);
|
||||
CartesianFunction f(record);
|
||||
ContinuousFunction f(record);
|
||||
symbolLength = f.nameWithArgument(
|
||||
symbolName,
|
||||
Shared::Function::k_maxNameWithArgumentSize
|
||||
|
||||
Reference in New Issue
Block a user