• 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Question] Parallel for missing iterations?
#3
(2024-01-19, 03:52 AM)Threshold Wrote: Would this line be causing any grief?
Code:
if (j <= i) {
    continue;
}

No, because i put the the counter before the if clause (its the variable "asdf", yeah i know, not a good name).
  Reply


Messages In This Thread
RE: Parallel for missing iterations? - by visibleonbush1 - 2024-01-20, 01:12 AM

Forum Jump: