mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
don't need shrink before List::transfer(DynamicList&) anymore
This commit is contained in:
@ -197,7 +197,7 @@ void Foam::surfaceFeatures::calcFeatPoints(const List<edgeStatus>& edgeStat)
|
||||
featurePoints.append(pointI);
|
||||
}
|
||||
}
|
||||
featurePoints.shrink();
|
||||
|
||||
featurePoints_.transfer(featurePoints);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user