git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@5896 f3b2605a-c512-4ea7-a41b-209d697bcdaa

This commit is contained in:
sjplimp
2011-04-05 19:10:43 +00:00
parent eecbb7e1e5
commit eb7d288360
97 changed files with 537 additions and 788 deletions

View File

@ -121,6 +121,10 @@ class Compute : protected Pointers {
int *molmap; // convert molecule ID to local index
int molecules_in_group(int &, int &);
inline int sbmask(int j) {
return j >> SBBITS & 3;
}
};
}