yade-dev team mailing list archive
-
yade-dev team
-
Mailing list archive
-
Message #12381
[Branch ~yade-pkg/yade/git-trunk] Rev 3722: Add missing function in TesselationWrapper
------------------------------------------------------------
revno: 3722
committer: Anton Gladky <gladky.anton@xxxxxxxxx>
timestamp: Wed 2015-09-16 17:16:49 +0200
message:
Add missing function in TesselationWrapper
modified:
pkg/dem/TesselationWrapper.cpp
--
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 'pkg/dem/TesselationWrapper.cpp'
--- pkg/dem/TesselationWrapper.cpp 2015-07-20 12:45:42 +0000
+++ pkg/dem/TesselationWrapper.cpp 2015-09-16 15:16:49 +0000
@@ -196,7 +196,7 @@
void TesselationWrapper::computeTesselation(double pminx, double pmaxx, double pminy, double pmaxy, double pminz, double pmaxz)
{
- (pminx, pmaxx, pminy, pmaxy, pminz, pmaxz);
+ addBoundingPlanes(pminx, pmaxx, pminy, pmaxy, pminz, pmaxz);
computeTesselation();
}