-
Notifications
You must be signed in to change notification settings - Fork 44
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
Missing API entries on the wrappers #262
Conversation
@sanguinariojoe after fixing the two redefinition errors Matlab compiled fine for me! (MacOS, Apple Silicon, MATLAB 24.1.0.2628055) |
I do not have MATLAB logs (because I have not MATLAB). What are the errors? |
They're clang errors, not Matlab.
|
Thanks! It should work fine now |
{ | ||
int err; | ||
size_t name_len; | ||
int err = MoorDyn_GetTimeScheme(instance, NULL, &name_len); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Here (line 44) and line 47 still have a redefinition of err. Need to remove the int
declaration
@sanguinariojoe I think you forgot to get rid of the Other than that it looks good! |
Geez! I am becoming dumber and dumber... |
Hahaha, thanks for doing this |
Just a couple of API entries that were missing on the wrappers. Notes: