Skip to content

Commit 515ab9a

Browse files
committed
k
1 parent a13c996 commit 515ab9a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tsfc/kernel_interface/firedrake_loopy.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -504,8 +504,7 @@ def construct_kernel(self, name, ctx, log=False):
504504
exterior_facets=tuple(active_domain_numbers_exterior_facets),
505505
interior_facets=tuple(active_domain_numbers_interior_facets),
506506
exterior_facet_orientations=tuple(active_domain_numbers_exterior_facet_orientations),
507-
interior_facet_orientations=tuple(active_domain_numbers_interior_facet_orientations),
508-
),
507+
interior_facet_orientations=tuple(active_domain_numbers_interior_facet_orientations),),
509508
coefficient_numbers=tuple(zip(info.coefficient_numbers, coefficient_indices)),
510509
tabulations=tabulations,
511510
flop_count=flop_count,

0 commit comments

Comments
 (0)