Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
fintarin committed Jul 12, 2023
1 parent 1f0141b commit 9fab273
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fintamath/expressions/polynomial/MulExpression.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ ArgumentPtr MulExpression::simplifyNumbers(const IFunction & /*func*/, const Arg
return {};
}

ArgumentPtr MulExpression::simplifyRationals(const IFunction & /*fiunc*/, const ArgumentPtr &lhsChild,
ArgumentPtr MulExpression::simplifyRationals(const IFunction & /*func*/, const ArgumentPtr &lhsChild,
const ArgumentPtr &rhsChild) {

if (const auto lhsRat = cast<Rational>(lhsChild)) {
Expand Down

0 comments on commit 9fab273

Please sign in to comment.