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

@ -506,9 +506,9 @@ int main(int argc, char *argv[])
runTime,
IOobject::NO_READ
),
pointField(0),
faceList(0),
cellList(0)
xferCopy(pointField()),
xferCopy(faceList()),
xferCopy(cellList())
);
for (label procI = 0; procI < nProcs; procI++)