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 b3c692e commit 3d81e86
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 @@ -306,7 +306,7 @@ def get_integral_symbol(integral_type, domain, subdomain_id):
subdomain_strs.append(subscript_number(int(subdomain)))
elif subdomain == "everywhere":
pass
elif subdomain_id == "otherwise":
elif subdomain == "otherwise":
subdomain_strs.append("[rest of domain]")
istr += ",".join(subdomain_strs)

Expand Down

0 comments on commit 3d81e86

Please sign in to comment.