mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
fvMesh xfer constructor change
This commit is contained in:
@ -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.
|
||||||
|
|||||||
Reference in New Issue
Block a user