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
|
||||
),
|
||||
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.
|
||||
|
||||
Reference in New Issue
Block a user