mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
BUG: KinematicParcelIO. Starting reinterpret_cast from wrong data member.
This commit is contained in:
@ -83,7 +83,7 @@ Foam::KinematicParcel<ParcelType>::KinematicParcel
|
||||
{
|
||||
is.read
|
||||
(
|
||||
reinterpret_cast<char*>(&typeId_),
|
||||
reinterpret_cast<char*>(&active_),
|
||||
sizeof(active_)
|
||||
+ sizeof(typeId_)
|
||||
+ sizeof(nParticle_)
|
||||
|
||||
Reference in New Issue
Block a user