Skip to content
Snippets Groups Projects
Commit 85a2dbaf authored by mattijs's avatar mattijs
Browse files

keep flipMap false

parent ddb312a2
Branches
Tags
No related merge requests found
...@@ -136,7 +136,7 @@ void Foam::setToFaceZone::applyToSet ...@@ -136,7 +136,7 @@ void Foam::setToFaceZone::applyToSet
if (!fzSet.found(faceI)) if (!fzSet.found(faceI))
{ {
newAddressing.append(faceI); newAddressing.append(faceI);
newFlipMap.append(true); newFlipMap.append(false);
} }
} }
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment