COMP: avoid ambiguous construct from tmp - test/ utils/

- missed these on the first sweep
This commit is contained in:
Mark Olesen
2010-12-21 09:46:55 +01:00
parent a494ec35a1
commit 43ec00e50c
7 changed files with 19 additions and 20 deletions

View File

@ -112,7 +112,7 @@ int main(int argc, char *argv[])
label nInternalFaces = mesh.nInternalFaces();
vectorField unitAreas = mesh.faceAreas();
vectorField unitAreas(mesh.faceAreas());
unitAreas /= mag(unitAreas);
const polyPatchList& patches = mesh.boundaryMesh();