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

umfErr should take an int, not a long #66

Merged
merged 1 commit into from
Feb 18, 2025
Merged

Conversation

biotinker
Copy link
Contributor

@biotinker biotinker commented Feb 18, 2025

The current project fails to work on 64-bit linux machines, as the CGo functions which call umfErr pass C.int values, not C.LONG.

This PR updates umfErr to properly handle these values.

@cpmech
Copy link
Owner

cpmech commented Feb 18, 2025

Thanks for the fix!

@cpmech cpmech merged commit 4bad457 into cpmech:main Feb 18, 2025
1 check passed
@biotinker biotinker deleted the fix-64-bit branch February 18, 2025 22:07
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

Successfully merging this pull request may close these issues.

2 participants