fvMeshSubset: Removed debugging output

This commit is contained in:
Will Bainbridge
2017-09-28 08:44:56 +01:00
parent 9bcc185650
commit 1d0c7cf773

View File

@ -585,9 +585,9 @@ void Foam::fvMeshSubset::setCellSubset
globalPointMap[pointMap_[pointi]] = pointi;
}
Pout<< "Number of cells in new mesh: " << nCellsInSet << endl;
Pout<< "Number of faces in new mesh: " << globalFaceMap.size() << endl;
Pout<< "Number of points in new mesh: " << globalPointMap.size() << endl;
//Pout<< "Number of cells in new mesh: " << nCellsInSet << endl;
//Pout<< "Number of faces in new mesh: " << globalFaceMap.size() << endl;
//Pout<< "Number of points in new mesh: " << globalPointMap.size() << endl;
// Make a new mesh
pointField newPoints(globalPointMap.size());