mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
BUG: cvMesh: Remove debugging output
This commit is contained in:
@ -34,15 +34,9 @@ void Foam::conformationSurfaces::hasBoundedVolume
|
|||||||
List<searchableSurface::volumeType>& referenceVolumeTypes
|
List<searchableSurface::volumeType>& referenceVolumeTypes
|
||||||
) const
|
) const
|
||||||
{
|
{
|
||||||
vector sum = vector::zero;
|
vector sum(vector::zero);
|
||||||
label totalTriangles = 0;
|
label totalTriangles = 0;
|
||||||
|
|
||||||
Info<< baffleSurfaces_ << endl;
|
|
||||||
Info<< surfaces_ << endl;
|
|
||||||
Info<< regionOffset_ << endl;
|
|
||||||
Info<< allGeometryToSurfaces_ << endl;
|
|
||||||
|
|
||||||
|
|
||||||
forAll(surfaces_, s)
|
forAll(surfaces_, s)
|
||||||
{
|
{
|
||||||
const searchableSurface& surface(allGeometry_[surfaces_[s]]);
|
const searchableSurface& surface(allGeometry_[surfaces_[s]]);
|
||||||
|
|||||||
Reference in New Issue
Block a user