Skip to content

Commit ae55b3b

Browse files
committed
remove one remove_component_and_list_tensors
1 parent c4391c1 commit ae55b3b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ufl/algorithms/compute_form_data.py

-1
Original file line numberDiff line numberDiff line change
@@ -454,7 +454,6 @@ def compute_form_data(
454454
new_integrals = []
455455
for integral in itg_data.integrals:
456456
integrand = replace(integral.integrand(), self.function_replace_map)
457-
integrand = remove_component_and_list_tensors(integrand)
458457
integrand = apply_coefficient_split(integrand, self.coefficient_split)
459458
integrand = remove_component_and_list_tensors(integrand)
460459
if not isinstance(integrand, Zero):

0 commit comments

Comments
 (0)