# | Line 166 | Line 166 | namespace OpenMD{ | |
---|---|---|
166 | return nAtoms_; | |
167 | } | |
168 | ||
169 | + | /** Returns the number of effective cutoff groups on local processor */ |
170 | + | unsigned int getNLocalCutoffGroups(); |
171 | + | |
172 | /** Returns the number of local bonds */ | |
173 | unsigned int getNBonds(){ | |
174 | return nBonds_; |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |