-
Notifications
You must be signed in to change notification settings - Fork 22
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
Question about vector<Vec3> in swig interface file #21
Comments
That's correct, you need to provide a typemap for it. if you |
It already has the line
Do you think the error could be somewhere else? This is the repo: https://github.com/ajsilveira/openmm_rocsalt_plugin |
That's a different file. |
I copied the file
I am still getting the same error. |
I got |
I am planning to write a new force that uses the RMSD between molecules and I will use the OpenMM RMSDForce as a base.
The first thing I did was to include in the plugin the OpenMM RMSDForce, which I named MyRMSDForce for now.
I am getting the following error when creating MyRMSDForce:
I think that the issue is related to the swig interface file
Should I add something in
exampleplugin.i
to handle<vector>Vec3?
Thanks!The text was updated successfully, but these errors were encountered: