← Back to team overview

yade-dev team mailing list archive

[Branch ~yade-pkg/yade/git-trunk] Rev 3955: Remove integrateInertia=False from packs.py.

 

------------------------------------------------------------
revno: 3955
committer: Anton Gladky <gladky.anton@xxxxxxxxx>
timestamp: Thu 2014-05-15 16:47:34 +0200
message:
  Remove integrateInertia=False from packs.py.
modified:
  examples/packs/packs.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/packs/packs.py'
--- examples/packs/packs.py	2014-01-06 13:59:54 +0000
+++ examples/packs/packs.py	2014-05-15 14:47:34 +0000
@@ -43,7 +43,7 @@
 	pack.regularHexa (pack.inCylinder((+1,1,-2.5),(0,3,-5),1),radius=rad,gap=gap,color=(0,1,1),**kw), # right leg
 	pack.regularHexa (pack.inHyperboloid((+2,0,1),(+6,0,0),1,.5),radius=rad,gap=gap,color=(0,0,1),**kw), # right hand
 	pack.regularOrtho(pack.inCylinder((-2,0,2),(-5,0,4),1),radius=rad,gap=gap,color=(0,0,1),**kw) # left hand
-	]: O.bodies.appendClumped(part,integrateInertia=False)
+	]: O.bodies.appendClumped(part)
 
 
 # Example of geom.facetBox usage