ENH: pointMesh: added debugging printing

This commit is contained in:
mattijs
2013-12-04 15:01:30 +00:00
parent b03d574b7e
commit 9428ddc78b
2 changed files with 18 additions and 0 deletions

View File

@ -88,6 +88,20 @@ Foam::pointMesh::pointMesh(const polyMesh& pMesh)
}
// * * * * * * * * * * * * * * * * Destructor * * * * * * * * * * * * * * * //
Foam::pointMesh::~pointMesh()
{
if (debug)
{
Pout<< "~pointMesh::pointMesh()"
<< endl;
}
}
// * * * * * * * * * * * * * * * Member Functions * * * * * * * * * * * * * //
bool Foam::pointMesh::movePoints()
{
if (debug)

View File

@ -85,6 +85,10 @@ public:
explicit pointMesh(const polyMesh& pMesh);
//- Destructor
~pointMesh();
// Member Functions
//- Return number of points