Skip to content

Commit

Permalink
remove one remove_component_and_list_tensors
Browse files Browse the repository at this point in the history
  • Loading branch information
ksagiyam committed Nov 20, 2024
1 parent c4391c1 commit 23696eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ufl/algorithms/compute_form_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,7 @@ def compute_form_data(
new_integrals = []
for integral in itg_data.integrals:
integrand = replace(integral.integrand(), self.function_replace_map)
integrand = remove_component_and_list_tensors(integrand)
#integrand = remove_component_and_list_tensors(integrand)
integrand = apply_coefficient_split(integrand, self.coefficient_split)
integrand = remove_component_and_list_tensors(integrand)
if not isinstance(integrand, Zero):
Expand Down

0 comments on commit 23696eb

Please sign in to comment.