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

mex-it.h fails with Matrices which are NOT of type double #2

Open
fabbra opened this issue Jun 1, 2016 · 1 comment
Open

mex-it.h fails with Matrices which are NOT of type double #2

fabbra opened this issue Jun 1, 2016 · 1 comment

Comments

@fabbra
Copy link

fabbra commented Jun 1, 2016

Hi,
mex-it.h fails when using matrices which are not of type double.
I guess the error is on line 356:
sizeof(double) must be replaced by sizeof(T)
A similar error needs to be fixed on line 380.
Else everything works fine, thanks for this VERY handy function!
Cheers,
Fab

@audiofilter
Copy link
Owner

Thanks. Yes, I mentioned it only worked for type double but figured it wouldn't be too much effort to extend it beyond. Thanks for offering a solution. I'll try to work it into next rev

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