mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
Fix minor bug in surfaceFeatureExtract.C
This commit is contained in:
@ -199,7 +199,7 @@ int main(int argc, char *argv[])
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Trim away small groups of features
|
// Trim away small groups of features
|
||||||
if (minLen > 0 || minLen > 0)
|
if (minElem > 0 || minLen > 0)
|
||||||
{
|
{
|
||||||
set.trimFeatures(minLen, minElem);
|
set.trimFeatures(minLen, minElem);
|
||||||
Pout<< endl << "Removed small features" << endl;
|
Pout<< endl << "Removed small features" << endl;
|
||||||
|
|||||||
Reference in New Issue
Block a user