mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
not compacting patches
This commit is contained in:
@ -634,7 +634,8 @@ surfacePatchList triSurface::calcPatches(labelList& faceMap) const
|
|||||||
// Compact regions
|
// Compact regions
|
||||||
|
|
||||||
// Get last region
|
// Get last region
|
||||||
label maxRegion = 0;
|
//label maxRegion = 0; // for compacted regions
|
||||||
|
label maxRegion = patches_.size()-1; // for non-compacted regions
|
||||||
|
|
||||||
if (faceMap.size() > 0)
|
if (faceMap.size() > 0)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user