Skip to content
Snippets Groups Projects
Commit 02bdb036 authored by Johannes Boog's avatar Johannes Boog
Browse files

[CL] Bugfix dropped_item_ids

parent ae5fc3f6
No related branches found
No related tags found
No related merge requests found
......@@ -53,7 +53,7 @@ std::unique_ptr<Output> createOutput(
for (int i = 0; i < num_dvalue_items; ++i)
{
dropped_item_ids.push_back(dvalue_item_id);
dvalue_item_id += 2 * (i + 1);
dvalue_item_id += 2;
}
return std::make_unique<Output>(std::move(basic_output_setups),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment