mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
keep flipMap false
This commit is contained in:
@ -136,7 +136,7 @@ void Foam::setToFaceZone::applyToSet
|
||||
if (!fzSet.found(faceI))
|
||||
{
|
||||
newAddressing.append(faceI);
|
||||
newFlipMap.append(true);
|
||||
newFlipMap.append(false);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user