BUG: foamyHexMesh: force construct-from-components for pointField

This commit is contained in:
mattijs
2015-12-14 17:44:11 +00:00
parent 3f567c2c99
commit 9d94d2e836

View File

@ -3,7 +3,7 @@
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | \\ / O peration |
\\ / A nd | Copyright (C) 2012-2015 OpenFOAM Foundation \\ / A nd | Copyright (C) 2012-2015 OpenFOAM Foundation
\\/ M anipulation | \\/ M anipulation | Copyright (C) 2015 OpenCFD Ltd.
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
License License
This file is part of OpenFOAM. This file is part of OpenFOAM.
@ -1077,7 +1077,7 @@ void Foam::conformalVoronoiMesh::writeMesh
IOobject::AUTO_WRITE IOobject::AUTO_WRITE
), ),
pointMesh::New(mesh), pointMesh::New(mesh),
scalar(labelMin) dimensionedScalar("min", dimless, scalar(labelMin))
); );
labelIOList boundaryPtsIO labelIOList boundaryPtsIO