Skip to content

Commit

Permalink
k
Browse files Browse the repository at this point in the history
  • Loading branch information
ksagiyam committed Apr 9, 2024
1 parent 76e8509 commit db5ea39
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ufl/algorithms/compute_form_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
from ufl.algorithms.apply_geometry_lowering import apply_geometry_lowering
from ufl.algorithms.apply_integral_scaling import apply_integral_scaling
from ufl.algorithms.apply_restrictions import apply_default_restrictions, apply_restrictions, make_domain_restriction_map, make_domain_integral_type_map
from ufl.algorithms.apply_coefficient_split import apply_coefficient_split, remove_component_and_list_tensors
from ufl.algorithms.check_arities import check_form_arity
from ufl.algorithms.comparison_checker import do_comparison_check
# See TODOs at the call sites of these below:
Expand Down Expand Up @@ -256,6 +255,8 @@ def compute_form_data(
The default arguments configured to behave the way old FFC expects.
"""
from ufl.algorithms.apply_coefficient_split import apply_coefficient_split, remove_component_and_list_tensors

# TODO: Move this to the constructor instead
self = FormData()

Expand Down

0 comments on commit db5ea39

Please sign in to comment.