not compacting patches

This commit is contained in:
mattijs
2008-09-15 12:18:27 +01:00
parent f3d9fb59b0
commit 9559aac438

View File

@ -634,7 +634,8 @@ surfacePatchList triSurface::calcPatches(labelList& faceMap) const
// Compact regions
// 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)
{