mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
COMP: avoid ambiguous construct from tmp - utils/ mesh
This commit is contained in:
@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user