yade-dev team mailing list archive
-
yade-dev team
-
Mailing list archive
-
Message #11197
[Branch ~yade-pkg/yade/git-trunk] Rev 4147: fixed typo in utils.polyhedron function
------------------------------------------------------------
revno: 4147
committer: Jan Stransky <jan.stransky@xxxxxxxxxxx>
timestamp: Thu 2014-08-21 16:31:08 +0200
message:
fixed typo in utils.polyhedron function
modified:
py/utils.py
--
lp:yade
https://code.launchpad.net/~yade-pkg/yade/git-trunk
Your team Yade developers is subscribed to branch lp:yade.
To unsubscribe from this branch go to https://code.launchpad.net/~yade-pkg/yade/git-trunk/+edit-subscription
=== modified file 'py/utils.py'
--- py/utils.py 2014-07-22 17:23:17 +0000
+++ py/utils.py 2014-08-21 14:31:08 +0000
@@ -391,7 +391,7 @@
return b
def polyhedron(vertices,dynamic=True,fixed=False,wire=True,color=None,highlight=False,noBound=False,material=-1,mask=1,chain=-1):
- """Create tetrahedron (actually simple Polyhedra) with given parameters.
+ """Create polyhedron with given parameters.
:param [Vector3,Vector3,Vector3,Vector3] vertices: coordinates of vertices in the global coordinate system.