Skip to content

Commit

Permalink
k
Browse files Browse the repository at this point in the history
  • Loading branch information
ksagiyam committed Nov 16, 2024
1 parent ed0e3b1 commit cad0cd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion firedrake/slate/slate.py
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ def ufl_domain(self):
def _expand_mixed_meshes(func):
@functools.wraps(func)
def wrapper(self, *args, **kwargs):
return join_domains(func(self, *args, **kwargs))
return sort_domains(join_domains(func(self, *args, **kwargs)))
return wrapper

@abstractmethod
Expand Down

0 comments on commit cad0cd2

Please sign in to comment.