We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi all,
I am reporting a minor bug about the harmonize function inside the two next files (line 482, indigo-devel branch):
A minus sign is missing in order to properly bound the angles in [-2PI; 2PI] line 482: while(solution[i] < -2*M_PI) { ...
while(solution[i] < -2*M_PI) { ...
Regards, Yoann.
The text was updated successfully, but these errors were encountered:
Thanks for the headsup. A few questions:
Either way I'd like to ask @k-okada for taking care of this.
Sorry, something went wrong.
Hi 130s,
It was tested with the simulator and it works. I have created the pull request: #342
Thanks! Continued in #342
k-okada
No branches or pull requests
Hi all,
I am reporting a minor bug about the harmonize function inside the two next files (line 482, indigo-devel branch):
A minus sign is missing in order to properly bound the angles in [-2PI; 2PI]
line 482:
while(solution[i] < -2*M_PI) { ...
Regards,
Yoann.
The text was updated successfully, but these errors were encountered: