fvMesh xfer constructor change

This commit is contained in:
mattijs
2009-08-07 11:27:48 +01:00
parent 73ae3ddc6d
commit dc999ad07e

View File

@ -908,10 +908,10 @@ int main(int argc, char *argv[])
runTime.constant(),
runTime
),
foamPoints,
foamFaces,
foamOwner,
foamNeighbour
xferMove<pointField>(foamPoints),
xferMove<faceList>(foamFaces),
xferCopy<labelList>(foamOwner),
xferMove<labelList>(foamNeighbour)
);
// Create patches. Use patch types to determine what Foam types to generate.