Skip to content
Snippets Groups Projects
Commit 22101341 authored by Mark OLESEN's avatar Mark OLESEN
Browse files

COMP: incorrect const (accidental change with 8eddcc07)

parent e5c3e7de
No related branches found
No related tags found
No related merge requests found
......@@ -751,7 +751,7 @@ Foam::conformalVoronoiMesh::createPolyMeshFromPoints
forAll(patches, p)
{
const label totalPatchSize = patchDicts[p].get<label>("nFaces");
label totalPatchSize = patchDicts[p].get<label>("nFaces");
if
(
......
......@@ -816,7 +816,7 @@ void Foam::conformalVoronoiMesh::writeMesh
forAll(patches, p)
{
const label totalPatchSize = patchDicts[p].get<label>("nFaces");
label totalPatchSize = patchDicts[p].get<label>("nFaces");
if
(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment