Skip to content

Commit 09b07ff

Browse files
committed
k
1 parent 9aa52ff commit 09b07ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

firedrake/mesh.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1891,7 +1891,7 @@ def __init__(self, swarm, parentmesh, name, reorder, input_ordering_swarm=None,
18911891
"overlap_type": (DistributedMeshOverlapType.NONE, 0)}
18921892
self.input_ordering_swarm = input_ordering_swarm
18931893
self._parent_mesh = parentmesh
1894-
super().__init__(swarm, name, reorder, None, perm_is, distribution_name, permutation_name, parentmesh.comm)
1894+
super().__init__(swarm, name, reorder, perm_is, distribution_name, permutation_name, parentmesh.comm)
18951895

18961896
def _distribute(self):
18971897
pass

0 commit comments

Comments
 (0)