Skip to content
Snippets Groups Projects
Commit 66349c60 authored by Will Bainbridge's avatar Will Bainbridge Committed by Andrew Heather
Browse files

lagrangian: Removed debugging message from particle::trackToFace

parent 9b57ef06
No related branches found
No related tags found
No related merge requests found
...@@ -644,17 +644,6 @@ Foam::scalar Foam::particle::trackToFace ...@@ -644,17 +644,6 @@ Foam::scalar Foam::particle::trackToFace
{ {
// The track has hit a face, so set the current face and return // The track has hit a face, so set the current face and return
facei_ = tetFacei_; 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; return f;
} }
else else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment