Skip to content

Commit

Permalink
Merge pull request #276 from firedrakeproject/fix-coefficient_numbers
Browse files Browse the repository at this point in the history
Fix for conflicting merges
  • Loading branch information
dham authored Apr 8, 2022
2 parents 37d7f61 + 36c084d commit 5950996
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsfc/kernel_interface/firedrake_loopy.py
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ def construct_kernel(self, impero_c, index_names, needs_external_coords, log=Fal
loopy_kernel, event = generate_loopy(impero_c, loopy_args, self.scalar_type,
name, index_names, log=log)
return ExpressionKernel(loopy_kernel, self.oriented, self.cell_sizes,
self.coefficients, needs_external_coords,
self.coefficient_numbers, needs_external_coords,
self.tabulations, name, args, count_flops(impero_c), event)


Expand Down

0 comments on commit 5950996

Please sign in to comment.