Skip to content

Commit 0b79221

Browse files
committed
k
1 parent 2bd2a36 commit 0b79221

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

finat/ufl/mixedelement.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,6 @@ def __init__(self, family, cell=None, degree=None, dim=None,
318318
if cell is None:
319319
raise ValueError("Cannot infer vector dimension without a cell.")
320320
# TODO: is this the right default
321-
cell, = cell.cells# Vectorelement of mixed elements.
322321
dim = cell.topological_dimension()
323322

324323
self._mapping = sub_element.mapping()

0 commit comments

Comments
 (0)