mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: autoLaterDriver: duplicate message
This commit is contained in:
@ -295,9 +295,6 @@ void Foam::autoLayerDriver::handleNonManifolds
|
|||||||
|
|
||||||
if (nNonManif > 0)
|
if (nNonManif > 0)
|
||||||
{
|
{
|
||||||
Info<< "Outside of patches is multiply connected across edges or"
|
|
||||||
<< " points at " << nNonManif << " points." << endl;
|
|
||||||
|
|
||||||
const labelList& meshPoints = pp.meshPoints();
|
const labelList& meshPoints = pp.meshPoints();
|
||||||
|
|
||||||
forAll(meshPoints, patchPointI)
|
forAll(meshPoints, patchPointI)
|
||||||
|
|||||||
Reference in New Issue
Block a user