COMP: incorrect const (accidental change with 8eddcc072a)

This commit is contained in:
Mark Olesen
2018-10-12 22:51:48 +02:00
parent e5c3e7de75
commit 2210134129
2 changed files with 2 additions and 2 deletions

View File

@ -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
(

View File

@ -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
(