Minor formatting

This commit is contained in:
graham
2008-10-02 11:24:59 +01:00
parent 33afefccde
commit 3bed5b8028
2 changed files with 3 additions and 2 deletions

View File

@ -233,7 +233,7 @@ void Foam::CV3D::relaxPoints(const scalar relaxation)
std::list<Facet> facets;
incident_facets(vit, std::back_inserter(facets));
label maxIncidentFacets = 20;
label maxIncidentFacets = 120;
List<point> vertices(maxIncidentFacets);
List<vector> edges(maxIncidentFacets);

View File

@ -579,7 +579,8 @@ void Foam::CV3D::smoothEdge
}
}
// Info<< edgeI << tab << nPointsRemoved << " points removed." << endl;
// Info<< edgeI << tab
//<< nPointsRemoved << " points removed." << endl;
edgePoints.transfer(tempEdgePoints.shrink());
}