mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-12-28 03:37:59 +00:00
ENH: polyPatch: adding constraint patches to group
This commit is contained in:
@ -208,7 +208,8 @@ label addPatch(polyMesh& mesh, const word& patchName)
|
||||
0,
|
||||
mesh.nInternalFaces(),
|
||||
patchI,
|
||||
patches
|
||||
patches,
|
||||
emptyPolyPatch::typeName
|
||||
);
|
||||
|
||||
forAll(patches, i)
|
||||
|
||||
Reference in New Issue
Block a user