polyMesh::swap: Corrected copy of patch identifier
This commit is contained in:
@ -845,7 +845,7 @@ void Foam::polyMesh::swap(polyMesh& otherMesh)
|
||||
{
|
||||
boundaryMesh[otherPatchi] = polyPatch
|
||||
(
|
||||
otherPatches[otherPatchi],
|
||||
boundaryMesh[otherPatchi],
|
||||
boundaryMesh,
|
||||
otherPatchi,
|
||||
otherPatches[otherPatchi].size(),
|
||||
|
||||
Reference in New Issue
Block a user