Skip to content

Conversation

EvenOAndersen
Copy link

The for loops must have constants like:
for(int i = 0; i < 100; i += 1)
and not dynamics like:
for(float i = mini; i <= maxi; i += di)

Fixes: QDS-13685

The for loops must have constants like:
  for(int i = 0; i < 100; i += 1)
and not dynamics like:
  for(float i = mini; i <= maxi; i += di)

Fixes: QDS-13685
@CLAassistant
Copy link

CLAassistant commented Nov 15, 2024

CLA assistant check
All committers have signed the CLA.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants