We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
BoundaryInfo
Whenever we cross a surface the following boilerplate code appears
if (boundary.lattice_translation[0] != 0 || boundary.lattice_translation[1] != 0 || boundary.lattice_translation[2] != 0) { ... }
A method like bool BoundaryInfo::lattice_crossing() would be useful and more clear.
bool BoundaryInfo::lattice_crossing()
Leave well enough alone.
Should be an internal refactor, no compatibility issues.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
Whenever we cross a surface the following boilerplate code appears
A method like
bool BoundaryInfo::lattice_crossing()
would be useful and more clear.Alternatives
Leave well enough alone.
Compatibility
Should be an internal refactor, no compatibility issues.
The text was updated successfully, but these errors were encountered: