mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
lagrangian: Removed debugging message from particle::trackToFace
This commit is contained in:
committed by
Andrew Heather
parent
9b57ef06cf
commit
66349c60a1
@ -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
|
||||
|
||||
Reference in New Issue
Block a user