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

bug in +DSS_MATLAB/APIUtil.m #17

Closed
ironman127 opened this issue Jan 10, 2024 · 2 comments
Closed

bug in +DSS_MATLAB/APIUtil.m #17

ironman127 opened this issue Jan 10, 2024 · 2 comments

Comments

@ironman127
Copy link

The matlab function on line 152(get_int32_gr_array) have a bug. The calling on function setdatatype(data, 'int32Ptr', 1, cnt) is wrong.
It should be setdatatype(data, 'int32Ptr', 1, cnt(1)) , missing a index on argument cnt.

@PMeira
Copy link
Member

PMeira commented Jan 10, 2024

Indeed, thanks for pointing that. It seems the only setdatatype called with incorrect arguments. I'll push the change and prepare new packages.

Some other issues related to the engine should be fixed in the next few weeks, pending the final DSS C-API 0.14.0 release.

@PMeira PMeira closed this as completed in ea1cc9b Jan 10, 2024
@PMeira
Copy link
Member

PMeira commented Jan 10, 2024

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