mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
Added missing face-flipping flag
This commit is contained in:
@ -339,7 +339,7 @@ void Foam::removeCells::setRefinement
|
||||
faceI, // label of face being modified
|
||||
nei, // owner
|
||||
-1, // neighbour
|
||||
false, // face flip
|
||||
true, // face flip
|
||||
newPatchID[faceI], // patch for face
|
||||
false, // remove from zone
|
||||
zoneID, // zone for face
|
||||
|
||||
Reference in New Issue
Block a user