Skip to content
Snippets Groups Projects
Commit 1da26a34 authored by sergio's avatar sergio
Browse files

Merge branch 'develop' of develop.openfoam.com:Development/OpenFOAM-dev-OpenCFD into develop

parents 8924b4ca d87fa034
Branches
Tags
No related merge requests found
......@@ -3,7 +3,7 @@
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration |
\\ / A nd | Copyright (C) 2012-2015 OpenFOAM Foundation
\\/ M anipulation |
\\/ M anipulation | Copyright (C) 2015 OpenCFD Ltd.
-------------------------------------------------------------------------------
License
This file is part of OpenFOAM.
......@@ -1077,7 +1077,7 @@ void Foam::conformalVoronoiMesh::writeMesh
IOobject::AUTO_WRITE
),
pointMesh::New(mesh),
scalar(labelMin)
dimensionedScalar("min", dimless, scalar(labelMin))
);
labelIOList boundaryPtsIO
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment