yade-dev team mailing list archive
-
yade-dev team
-
Mailing list archive
-
Message #11465
[Branch ~yade-pkg/yade/git-trunk] Rev 3460: decrease verbosity of blocking PFV cells
------------------------------------------------------------
revno: 3460
committer: Bruno Chareyre <bruno.chareyre@xxxxxxxxxxx>
timestamp: Thu 2014-10-09 22:37:28 +0200
message:
decrease verbosity of blocking PFV cells
modified:
lib/triangulation/FlowBoundingSphere.ipp
--
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 'lib/triangulation/FlowBoundingSphere.ipp'
--- lib/triangulation/FlowBoundingSphere.ipp 2014-10-07 18:41:54 +0000
+++ lib/triangulation/FlowBoundingSphere.ipp 2014-10-09 20:37:28 +0000
@@ -470,7 +470,6 @@
void FlowBoundingSphere<Tesselation>::setBlocked(CellHandle& cell)
{
RTriangulation& Tri = T[currentTes].Triangulation();
- cerr<<"skipping a blocked cell"<<endl;
if (cell->info().Pcondition=true) cell->info().p() = 0;
else blockedCells.push_back(cell);
for (int j=0; j<4; j++) {