Skip to content

Commit 9ad2e25

Browse files
committed
compute_form_data: remove do_assume_single_integral_type
1 parent 8b9cfa0 commit 9ad2e25

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tsfc/ufl_utils.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ def compute_form_data(form,
4444
do_apply_restrictions=True,
4545
do_estimate_degrees=True,
4646
coefficients_to_split=None,
47-
do_assume_single_integral_type=False,
4847
complex_mode=False):
4948
"""Preprocess UFL form in a format suitable for TSFC. Return
5049
form data.
@@ -64,7 +63,6 @@ def compute_form_data(form,
6463
do_estimate_degrees=do_estimate_degrees,
6564
do_replace_functions=True,
6665
coefficients_to_split=coefficients_to_split,
67-
do_assume_single_integral_type=do_assume_single_integral_type,
6866
complex_mode=complex_mode
6967
)
7068
constants = extract_firedrake_constants(form)

0 commit comments

Comments
 (0)