Skip to content
Snippets Groups Projects
Commit 49d4cf26 authored by Andreas Klöckner's avatar Andreas Klöckner
Browse files

Use super() somewhere

parent 9acc0f6a
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -238,7 +238,7 @@ class SimplexElementGroup(MeshElementGroup):
"element. expected: %d, got: %d" % (dims+1,
vertex_indices.shape[-1]))
MeshElementGroup.__init__(self, order, vertex_indices, nodes,
super(SimplexElementGroup, self).__init__(order, vertex_indices, nodes,
element_nr_base, node_nr_base, unit_nodes, dim)
def face_vertex_indices(self):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment