mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: Remove unused debug code
This commit is contained in:
@ -166,11 +166,6 @@ void Foam::vtkPV3blockMesh::convertMeshEdges
|
|||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
OStringStream ostr;
|
|
||||||
|
|
||||||
ostr<< edges[edgeI].start() << ":" << edges[edgeI].end() << " - "
|
|
||||||
<< edges[edgeI].type();
|
|
||||||
|
|
||||||
// search each block
|
// search each block
|
||||||
forAll(blkMesh, blockI)
|
forAll(blkMesh, blockI)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user