mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
Minor formatting
This commit is contained in:
@ -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);
|
||||
|
||||
|
||||
@ -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());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user