-
Notifications
You must be signed in to change notification settings - Fork 294
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
Link cells without PBC #1100
Link cells without PBC #1100
Conversation
@GiovanniBussi there are regtests for this specific class in adjmat/rt-link and adjmat/rt-link-nopbc :-) |
Hello @GiovanniBussi and @carlocamilloni I have merged the master into this. If it passes the tests I think we can merge it safely. I don't think it needs to be backported onto v2.9. This is an improvement on what I did in the previous fix so I think it makes sense to do it on master only. |
…is not really set
Yay! I fixed it, and the problem was a stupid typo that I made! I don't know why this was working on my machine and not on GitHub but I think you can go ahead and merge this into master. @GiovanniBussi or @carlocamilloni |
Description
I have modified the link cells class to ensure it works even if you are not running a simulation with PBC.
Please note that to use the link cell class, you need to use the functions below:
I've copy and pasted these commands from the class where I use stuff. It dawns on me that how you use the interface in that second bunch of calls is less clear than it could be. It perhaps be worth writing a wrapper around all that stuff.
Target release
I would like my code to appear in release 2.10
Type of contribution
Copyright
COPYRIGHT
file with the correct license information. Code should be released under an open source license. I also used the commandcd src && ./header.sh mymodulename
in order to make sure the headers of the module are correct.Tests