mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[poincare] Change name: createEvaluation -> evaluate
Change-Id: I8f241541af0435c6ab4f7ba1f561f880c4e95ac0
This commit is contained in:
@@ -57,7 +57,7 @@ void Calculation::setContent(const char * c, Context * context) {
|
||||
if (m_evaluation != nullptr) {
|
||||
delete m_evaluationLayout;
|
||||
}
|
||||
m_evaluation = m_expression->createEvaluation(*context);
|
||||
m_evaluation = m_expression->evaluate(*context);
|
||||
if (m_evaluationLayout != nullptr) {
|
||||
delete m_evaluationLayout;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user