yade-dev team mailing list archive
-
yade-dev team
-
Mailing list archive
-
Message #04458
[Branch ~yade-dev/yade/trunk] Rev 2238: - Remove one more norm(), return 0 for compatibility.
------------------------------------------------------------
revno: 2238
committer: Bruno Chareyre <bchareyre@r1arduina>
branch nick: trunk
timestamp: Tue 2010-05-18 18:44:30 +0200
message:
- Remove one more norm(), return 0 for compatibility.
modified:
pkg/dem/DataClass/InteractionGeometry/Dem3DofGeom_SphereSphere.cpp
--
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 'pkg/dem/DataClass/InteractionGeometry/Dem3DofGeom_SphereSphere.cpp'
--- pkg/dem/DataClass/InteractionGeometry/Dem3DofGeom_SphereSphere.cpp 2010-05-18 16:29:56 +0000
+++ pkg/dem/DataClass/InteractionGeometry/Dem3DofGeom_SphereSphere.cpp 2010-05-18 16:44:30 +0000
@@ -86,7 +86,7 @@
Vector3r p1=contPtInTgPlane1(), p2=contPtInTgPlane2();
Vector3r diff=.5*(multiplier-1)*(p2-p1);
setTgPlanePts(p1-diff,p2+diff);
- return 2*diff.norm();
+ return 0;
}
Follow ups