lagrangian: Removed debugging message from particle::trackToFace

This commit is contained in:
Will Bainbridge
2017-08-11 08:34:42 +01:00
committed by Andrew Heather
parent 9b57ef06cf
commit 66349c60a1

View File

@ -644,17 +644,6 @@ Foam::scalar Foam::particle::trackToFace
{
// The track has hit a face, so set the current face and return
facei_ = tetFacei_;
/*
if (!mesh_.isInternalFace(facei_))
{
const label patchi = mesh_.boundaryMesh().whichPatch(facei_);
const polyPatch& patch = mesh_.boundaryMesh()[patchi];
Info<< "Tet face is on " << patch.type() << " patch #" << patchi
<< endl << endl;
}
*/
return f;
}
else