COMP: avoid ambiguous construct from tmp - utils/ mesh

This commit is contained in:
Mark Olesen
2010-12-20 10:36:59 +01:00
parent 5dc01ed6f0
commit 25951c0f74
3 changed files with 6 additions and 5 deletions

View File

@ -130,7 +130,7 @@ void checkSnapMesh
label nOldSize = wrongFaces.size();
const scalarField magFaceAreas = mag(mesh.faceAreas());
const scalarField magFaceAreas(mag(mesh.faceAreas()));
forAll(magFaceAreas, faceI)
{