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

Add Fortran type translation for long long #3394

Merged
merged 2 commits into from Dec 27, 2021
Merged

Conversation

yishutu
Copy link
Contributor

@yishutu yishutu commented Dec 27, 2021

There are some methods with long long types, which were introduced in #3248. However, Fortran cannot recognize such type, making compiling errors with Fortran code.

I have added the translation for long long to integer*8 in the translation list. Making the Fortran wrappers compatible.

@peastman
Copy link
Member

Thanks, looks good!

@peastman peastman merged commit f5ddd39 into openmm:master Dec 27, 2021
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.

None yet

2 participants