yade-dev team mailing list archive
-
yade-dev team
-
Mailing list archive
-
Message #04261
[Branch ~yade-dev/yade/trunk] Rev 2195: Trivial genCylLSM.py fix
------------------------------------------------------------
revno: 2195
committer: Anton Gladky <gladky.anton@xxxxxxxxx>
branch nick: trunk
timestamp: Mon 2010-05-03 16:41:46 +0200
message:
Trivial genCylLSM.py fix
modified:
scripts/test/genCylLSM.py
--
lp:yade
https://code.launchpad.net/~yade-dev/yade/trunk
Your team Yade developers is subscribed to branch lp:yade.
To unsubscribe from this branch go to https://code.launchpad.net/~yade-dev/yade/trunk/+edit-subscription
=== modified file 'scripts/test/genCylLSM.py'
--- scripts/test/genCylLSM.py 2010-04-14 11:43:07 +0000
+++ scripts/test/genCylLSM.py 2010-05-03 14:41:46 +0000
@@ -31,11 +31,11 @@
minRadius=0.5
maxRadius=2.0
-origin=Vec3(0.0,0.0,0.0)
-axis=Vec3(0.0,0.0,1.0)
+origin=Vector3(0.0,0.0,0.0)
+axis=Vector3(0.0,0.0,1.0)
-minPoint=Vec3(-radius,-radius,-length)
-maxPoint=Vec3(radius,radius,length)
+minPoint=Vector3(-radius,-radius,-length)
+maxPoint=Vector3(radius,radius,length)
box=CylinderVol (
origin = origin,