mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
Merge remote-tracking branch 'origin/master' into develop
This commit is contained in:
@ -6,7 +6,7 @@
|
||||
\\/ M anipulation |
|
||||
-------------------------------------------------------------------------------
|
||||
Copyright (C) 2011-2017 OpenFOAM Foundation
|
||||
Copyright (C) 2019 OpenCFD Ltd.
|
||||
Copyright (C) 2019-2020 OpenCFD Ltd.
|
||||
-------------------------------------------------------------------------------
|
||||
License
|
||||
This file is part of OpenFOAM.
|
||||
@ -86,7 +86,7 @@ Foam::mapPolyMesh::mapPolyMesh(const polyMesh& mesh)
|
||||
|
||||
forAll(faceZoneFaceMap_, zonei)
|
||||
{
|
||||
pointZoneMap_[zonei] = identity(mesh.faceZones()[zonei].size());
|
||||
faceZoneFaceMap_[zonei] = identity(mesh.faceZones()[zonei].size());
|
||||
}
|
||||
|
||||
forAll(cellZoneMap_, zonei)
|
||||
|
||||
Reference in New Issue
Block a user