Merge pull request #510 from akohlmey/collected-small-changes

Collected small changes
This commit is contained in:
sjplimp
2017-06-15 11:12:14 -06:00
committed by GitHub
81 changed files with 633 additions and 1318 deletions

View File

@ -153,7 +153,7 @@ class Compute : protected Pointers {
double **vbiasall; // stored velocity bias for all atoms
int maxbias; // size of vbiasall array
inline int sbmask(int j) {
inline int sbmask(int j) const {
return j >> SBBITS & 3;
}