Skip to content

Commit

Permalink
Update ufl/formatting/ufl2unicode.py
Browse files Browse the repository at this point in the history
Co-authored-by: Connor Ward <[email protected]>
  • Loading branch information
Ig-dolci and connorjward authored Nov 3, 2023
1 parent ea9bd94 commit e8f85b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ufl/formatting/ufl2unicode.py
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ def get_integral_symbol(integral_type, domain, subdomain_id):
subdomain_strs = []
for subdomain in subdomain_id:
if isinstance(subdomain, numbers.Integral):
subdomain_strs.append(subscript_number(int(subdomain_id)))
subdomain_strs.append(subscript_number(int(subdomain)))
elif subdomain_id == "everywhere":
pass
elif subdomain_id == "otherwise":
Expand Down

0 comments on commit e8f85b4

Please sign in to comment.