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.constant(),
runTime runTime
), ),
foamPoints, xferMove<pointField>(foamPoints),
foamFaces, xferMove<faceList>(foamFaces),
foamOwner, xferCopy<labelList>(foamOwner),
foamNeighbour xferMove<labelList>(foamNeighbour)
); );
// Create patches. Use patch types to determine what Foam types to generate. // Create patches. Use patch types to determine what Foam types to generate.