mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-27 17:50:04 +01:00
[poincare] Fix extractUnit into removeUnit paradigm
This commit is contained in:
@@ -136,8 +136,8 @@ bool ExpressionNode::isOfType(Type * types, int length) const {
|
||||
return false;
|
||||
}
|
||||
|
||||
Expression ExpressionNode::extractUnits() {
|
||||
return Expression();
|
||||
Expression ExpressionNode::removeUnit(Expression * unit) {
|
||||
return Expression(this);
|
||||
}
|
||||
|
||||
void ExpressionNode::setChildrenInPlace(Expression other) {
|
||||
|
||||
Reference in New Issue
Block a user