Skip to content

Commit 36559fc

Browse files
committed
k
1 parent df21bac commit 36559fc

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
@@ -475,7 +475,6 @@ def compute_form_data(
475475
for integral in itg_data.integrals:
476476
integrand = replace(integral.integrand(), self.function_replace_map)
477477
integrand = apply_coefficient_split(integrand, self.coefficient_split)
478-
integrand = remove_component_and_list_tensors(integrand)
479478
if not isinstance(integrand, Zero):
480479
new_integrals.append(integral.reconstruct(integrand=integrand))
481480
itg_data.integrals = new_integrals

0 commit comments

Comments
 (0)