Skip to content
Snippets Groups Projects
Commit 1bc6017e authored by Andreas Kloeckner's avatar Andreas Kloeckner
Browse files

Mapper: Reduce IfPositive to AlgebraicLeaf.

parent b8a88459
No related branches found
No related tags found
No related merge requests found
......@@ -49,6 +49,9 @@ class Mapper(object):
def map_lookup(self, expr, *args):
return self.map_algebraic_leaf(expr, *args)
def map_if_positive(self, expr, *args):
return self.map_algebraic_leaf(expr, *args)
def map_rational(self, expr, *args):
return self.map_quotient(expr, *args)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment