Incorrect docstring for MeshEntity.entities(dim)

Issue #692 new
Thomas Hughes created an issue

I think the docstring for def entities(self, dim) in pre.i should be like the one in MeshEntity.h, i.e.,

'''Return array of indices for incident mesh entities of given topological dimension'''

instead of its current docstring (""" Return number of incident mesh entities of given topological dimension""").

Comments (1)

  1. Log in to comment