yade-dev team mailing list archive
-
yade-dev team
-
Mailing list archive
-
Message #10308
[Branch ~yade-pkg/yade/git-trunk] Rev 3776: small fix in an example script tetra/oneTetra.py
------------------------------------------------------------
revno: 3776
committer: Christian Jakob <jakob@xxxxxxxxxxxxxxxxxxx>
timestamp: Tue 2013-12-10 14:50:46 +0100
message:
small fix in an example script tetra/oneTetra.py
modified:
examples/tetra/oneTetra.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 'examples/tetra/oneTetra.py'
--- examples/tetra/oneTetra.py 2013-10-15 17:11:37 +0000
+++ examples/tetra/oneTetra.py 2013-12-10 13:50:46 +0000
@@ -8,7 +8,7 @@
v3 = (0,1,0)
v4 = (0,0,1)
-t1 = tetraOld((v1,v2,v3,v4),color=(0,1,0))
+t1 = tetra((v1,v2,v3,v4),color=(0,1,0))
O.bodies.append((t1))
def changeVelocity():