Skip to content
Snippets Groups Projects
Commit 458e53d9 authored by mattijs's avatar mattijs
Browse files

STYLE: rotatedBoxToCell: removed printing

parent ccc0698a
Branches
Tags
No related merge requests found
......@@ -84,8 +84,8 @@ void Foam::rotatedBoxToCell::combine(topoSet& set, const bool add) const
{
boxFaceNormals[i] = boxFaces[i].normal(boxPoints);
Pout<< "Face:" << i << " position:" << boxFaces[i].centre(boxPoints)
<< " normal:" << boxFaceNormals[i] << endl;
//Pout<< "Face:" << i << " position:" << boxFaces[i].centre(boxPoints)
// << " normal:" << boxFaceNormals[i] << endl;
}
// Check whether cell centre is inside all faces of box.
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment