mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: use ListOps::appendEqOp instead of local version
BUG: bad buffer size in globalMeshData::sharedPoints()
- introduced by vector::zero -> Zero replacement (commit 683cfb9d97)
This commit is contained in:
@ -1940,7 +1940,7 @@ Foam::pointField Foam::globalMeshData::sharedPoints() const
|
||||
(
|
||||
Pstream::commsTypes::blocking,
|
||||
slave,
|
||||
sharedPoints.size()*sizeof(Zero)
|
||||
sharedPoints.size()*sizeof(Foam::vector) // byteSize()
|
||||
);
|
||||
toSlave << sharedPoints;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user