------------------------------------------------------------
revno: 3722
committer: Anton Gladky <[email protected]>
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();
 }
 

_______________________________________________
Mailing list: https://launchpad.net/~yade-dev
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~yade-dev
More help   : https://help.launchpad.net/ListHelp

Reply via email to