STYLE: removed extraneous printing.
This commit is contained in:
parent
605088884e
commit
33f36f684f
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user