mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[app/sequence][app/graph] Change the implementation of is defined in
function class Change-Id: Ie81829ea7bc688574219894513f3c48b37bbcfda
This commit is contained in:
committed by
Romain Goyet
parent
c03149d202
commit
654bd358f8
@@ -63,7 +63,7 @@ Poincare::ExpressionLayout * Function::layout() {
|
||||
}
|
||||
|
||||
bool Function::isDefined() {
|
||||
return m_layout != nullptr;
|
||||
return m_expression != nullptr;
|
||||
}
|
||||
|
||||
bool Function::isActive() {
|
||||
|
||||
Reference in New Issue
Block a user