We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbd9b4b commit 3176605Copy full SHA for 3176605
1 file changed
tsfc/loopy.py
@@ -449,7 +449,6 @@ def _expression_power(expr, ctx):
449
450
@_expression.register(gem.MathFunction)
451
def _expression_mathfunction(expr, ctx):
452
-
453
if expr.name.startswith('cyl_bessel_'):
454
# Bessel functions
455
if is_complex(ctx.scalar_type):
0 commit comments