STYLE: removed extraneous printing.

This commit is contained in:
mattijs 2010-02-10 14:39:16 +00:00
parent 605088884e
commit 33f36f684f

View File

@ -1743,12 +1743,12 @@ Foam::autoPtr<Foam::globalIndex> Foam::globalMeshData::mergePoints
label myUniquePoints = meshPoints.size() - nCoupledSlave;
Pout<< "Points :" << nl
<< " patch : " << meshPoints.size() << nl
<< " of which coupled : " << nCoupledMaster+nCoupledSlave << nl
<< " of which master : " << nCoupledMaster << nl
<< " of which slave : " << nCoupledSlave << nl
<< endl;
//Pout<< "Points :" << nl
// << " patch : " << meshPoints.size() << nl
// << " of which coupled : " << nCoupledMaster+nCoupledSlave << nl
// << " of which master : " << nCoupledMaster << nl
// << " of which slave : " << nCoupledSlave << nl
// << endl;
// 2. Create global indexing for unique points.