Skip to content

Commit

Permalink
k
Browse files Browse the repository at this point in the history
  • Loading branch information
ksagiyam committed Jan 17, 2025
1 parent df21bac commit 36559fc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ufl/algorithms/compute_form_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -475,7 +475,6 @@ def compute_form_data(
for integral in itg_data.integrals:
integrand = replace(integral.integrand(), self.function_replace_map)
integrand = apply_coefficient_split(integrand, self.coefficient_split)
integrand = remove_component_and_list_tensors(integrand)
if not isinstance(integrand, Zero):
new_integrals.append(integral.reconstruct(integrand=integrand))
itg_data.integrals = new_integrals
Expand Down

0 comments on commit 36559fc

Please sign in to comment.