made xfer constructors explicit, with trickle down to polyMesh/fvMesh calls

This commit is contained in:
Mark Olesen
2008-10-27 13:14:07 +01:00
parent aa2eba40a2
commit 9a4de95354
27 changed files with 90 additions and 88 deletions

View File

@ -206,9 +206,9 @@ int main(int argc, char *argv[])
runTime.timeName(),
runTime
),
mesh.points(),
mesh.faces(),
mesh.cells()
xferCopy(mesh.points()), // could we safely re-use the data?
xferCopy(mesh.faces()),
xferCopy(mesh.cells())
);
// Add the boundary patches