Skip to content

Commit aee09eb

Browse files
Update firedrake/mesh.py
Co-authored-by: Connor Ward <c.ward20@imperial.ac.uk>
1 parent 92870c4 commit aee09eb

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
@@ -1756,7 +1756,7 @@ def _ufl_mesh(self):
17561756
@property
17571757
def dm_cell_types(self):
17581758
"""All ``DM.PolytopeType``s of cells in the mesh."""
1759-
raise NotImplementedError("Notimplemented for ExtrudedMeshTopology")
1759+
raise NotImplementedError("'dm_cell_types' is not implemented for ExtrudedMeshTopology")
17601760

17611761
@utils.cached_property
17621762
def cell_closure(self):

0 commit comments

Comments
 (0)