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

ipopt.m shadows ipopt.mexa64 #1

Closed
CsatiZoltan opened this issue Jul 23, 2016 · 0 comments
Closed

ipopt.m shadows ipopt.mexa64 #1

CsatiZoltan opened this issue Jul 23, 2016 · 0 comments

Comments

@CsatiZoltan
Copy link

It is not a real bug, just an advice. On my machine (Ubuntu 14.04 64 bit, Matlab R2015 b), it turned out that the ipopt.m file shadows the mex function ipopt.mexa64 which results in an error. I know, that it shouldn't be the case as the mex files should be evaluated before the .m files. But this issue can easily be fixed by renaming ipopt.m to e.g. ipopt_MATLAB.m as it is just a pure comment file and not a wrapper for the mex function.

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