mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
made xfer constructors explicit, with trickle down to polyMesh/fvMesh calls
This commit is contained in:
@ -272,9 +272,9 @@ bool domainDecomposition::writeDecomposition()
|
||||
"constant",
|
||||
processorDb
|
||||
),
|
||||
procPoints,
|
||||
procFaces,
|
||||
procCells
|
||||
xferMove(procPoints),
|
||||
xferMove(procFaces),
|
||||
xferMove(procCells)
|
||||
);
|
||||
|
||||
// Create processor boundary patches
|
||||
|
||||
Reference in New Issue
Block a user