Skip to content
Snippets Groups Projects
Commit 012cbab0 authored by mattijs's avatar mattijs
Browse files

debug message

parent 380e3192
Branches
Tags
No related merge requests found
......@@ -38,6 +38,11 @@ const labelListList& primitiveMesh::pointFaces() const
{
if (!pfPtr_)
{
if (debug)
{
Pout<< "primitiveMesh::pointFaces() : "
<< "calculating pointFaces" << endl;
}
// Invert faces()
pfPtr_ = new labelListList(nPoints());
invertManyToMany(nPoints(), faces(), *pfPtr_);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment