mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
debug message
This commit is contained in:
@ -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_);
|
||||
|
||||
Reference in New Issue
Block a user