Merge branch 'master' of github.com-OpenFOAM:OpenFOAM/OpenFOAM-dev

This commit is contained in:
Henry Weller
2017-08-11 09:47:40 +01:00

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