mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-03-14 06:41:34 +05:00
Remove unwanted space in the documentation comment of DoubleNodes method which prevented the documentation to be generated correctly.
This commit is contained in:
parent
e9cb2bae50
commit
5052f7f43b
@ -3451,7 +3451,7 @@ class Mesh:
|
||||
def GetLastCreatedElems(self):
|
||||
return self.editor.GetLastCreatedElems()
|
||||
|
||||
## Creates a hole in a mesh by doubling the nodes of some particular elements
|
||||
## Creates a hole in a mesh by doubling the nodes of some particular elements
|
||||
# @param theNodes identifiers of nodes to be doubled
|
||||
# @param theModifiedElems identifiers of elements to be updated by the new (doubled)
|
||||
# nodes. If list of element identifiers is empty then nodes are doubled but
|
||||
|
Loading…
x
Reference in New Issue
Block a user