Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conditionals in number of sources in Test.cpp could use comments #6

Open
benlandrum opened this issue Jan 8, 2021 · 0 comments
Open

Comments

@benlandrum
Copy link
Contributor

There are conditionals in Test.cpp that determine the point distribution. Zero leads to one scenario. One, two, and four to another. This logic could use comments.

} else if (config.nSL == 1 || config.nSL == 2 || config.nSL == 4) {

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

No branches or pull requests

1 participant