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

Output of TA_SUM_State is wrong #26

Open
dinhduongha opened this issue Jan 17, 2024 · 0 comments
Open

Output of TA_SUM_State is wrong #26

dinhduongha opened this issue Jan 17, 2024 · 0 comments
Labels

Comments

@dinhduongha
Copy link

In file ta_SUM.c, function TA_SUM_State output is:
VALUE_HANDLE_DEREF(outReal) = inReal;

Correct value must be:
VALUE_HANDLE_DEREF(outReal) = _state->tempSum;

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

No branches or pull requests

2 participants