mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-25 00:30:46 +01:00
[poincare] fix error
Change-Id: Icb0a367a00f5200e78fd3558e15050d5c33a63ff
This commit is contained in:
@@ -22,7 +22,7 @@ Expression::Type PredictionInterval::type() const {
|
||||
|
||||
Expression * PredictionInterval::cloneWithDifferentOperands(Expression** newOperands,
|
||||
int numberOfOperands, bool cloneOperands) const {
|
||||
assert(numberOfOperands == 1);
|
||||
assert(numberOfOperands == 2);
|
||||
assert(newOperands != nullptr);
|
||||
PredictionInterval * pi = new PredictionInterval();
|
||||
pi->setArgument(newOperands, numberOfOperands, cloneOperands);
|
||||
|
||||
Reference in New Issue
Block a user