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
Community
integration-cfmesh
Commits
7fbe275a
Commit
7fbe275a
authored
Jun 05, 2015
by
Franjo
Browse files
Replaces labelList with DynList<label> for speed
parent
a2857437
Changes
1
Hide whitespace changes
Inline
Side-by-side
meshLibrary/utilities/meshes/polyMeshGenModifier/polyMeshGenModifierRenumberMesh.C
View file @
7fbe275a
...
...
@@ -149,7 +149,7 @@ void polyMeshGenModifier::renumberMesh()
const
cell
&
c
=
newCells
[
cellI
];
//- Record the neighbour cell
labelList
neiCells
(
c
.
size
(),
-
1
);
DynList
<
label
,
24
>
neiCells
(
c
.
size
(),
-
1
);
label
nNeighbours
(
0
);
...
...
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