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

Error in source code #264

Open
DmitriiZorin opened this issue Apr 29, 2021 · 1 comment
Open

Error in source code #264

DmitriiZorin opened this issue Apr 29, 2021 · 1 comment

Comments

@DmitriiZorin
Copy link

DmitriiZorin commented Apr 29, 2021

float half_Ah_5 = C * half_h * half_h * half_h * half_h * half_h;

Hello. I think that the line 382 in file plan_exec.c meant to be:
float half_Ah_5 = A * half_h * half_h * half_h * half_h * half_h;
Am i right? If not then did i misunderstood something?

@lagnat
Copy link
Contributor

lagnat commented Apr 29, 2021

You're probably right and it looks like that bug was already fixed in G2.

https://github.com/synthetos/g2/blob/edge/g2core/plan_exec.cpp#L728

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

2 participants