Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Development
openfoam
Commits
dab67ba5
Commit
dab67ba5
authored
Oct 27, 2008
by
mattijs
Browse files
pointZones resetting during update
parent
0f646646
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/OpenFOAM/meshes/polyMesh/polyMeshIO.C
View file @
dab67ba5
...
...
@@ -305,12 +305,6 @@ Foam::polyMesh::readUpdateState Foam::polyMesh::readUpdate()
pointZones_
.
set
(
czI
,
newPointZones
[
czI
].
clone
(
pointZones_
));
}
pointZones_
.
setSize
(
newPointZones
.
size
());
forAll
(
pointZones_
,
pzI
)
{
pointZones_
[
pzI
]
=
newPointZones
[
pzI
];
}
faceZoneMesh
newFaceZones
(
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment