Skip to content

Commit 23696eb

Browse files
committed
remove one remove_component_and_list_tensors
1 parent c4391c1 commit 23696eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ufl/algorithms/compute_form_data.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -454,7 +454,7 @@ 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)
457+
#integrand = remove_component_and_list_tensors(integrand)
458458
integrand = apply_coefficient_split(integrand, self.coefficient_split)
459459
integrand = remove_component_and_list_tensors(integrand)
460460
if not isinstance(integrand, Zero):

0 commit comments

Comments
 (0)