Skip to content
Snippets Groups Projects
Commit 6a6986b4 authored by mattijs's avatar mattijs
Browse files

BUG: createBaffles.C: converting coupled faces into baffles

parent 4510ca38
No related branches found
No related tags found
No related merge requests found
......@@ -290,18 +290,6 @@ int main(int argc, char *argv[])
// Whether first use of face (modify) or consecutive (add)
PackedBoolList modifiedFace(mesh.nFaces());
// Never modify coupled faces
forAll(patches, patchI)
{
const polyPatch& pp = patches[patchI];
if (pp.coupled())
{
forAll(pp, i)
{
modifiedFace[pp.start()+i] = 1;
}
}
}
label nModified = 0;
forAll(newMasterPatches, i)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment