------------------------------------------------------------
revno: 3460
committer: Bruno Chareyre <[email protected]>
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++) {

_______________________________________________
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