mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
BUG: incorrect increment introduced by c508da8f37
This commit is contained in:
@ -182,7 +182,7 @@ void Foam::ReactingParcel<ParcelType>::writeFields
|
||||
label i = 0;
|
||||
for (const ReactingParcel<ParcelType>& p : c)
|
||||
{
|
||||
mass0[i++] = p.mass0_;
|
||||
mass0[i] = p.mass0_;
|
||||
|
||||
++i;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user