Skip to content
Snippets Groups Projects
Commit 683817bc authored by Mark OLESEN's avatar Mark OLESEN Committed by Andrew Heather
Browse files

BUG: incorrect increment introduced by c508da8f

parent 57d2eabc
Branches
Tags
No related merge requests found
......@@ -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;
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment