| # | Line 468 | Line 468 | namespace OpenMD{ | |
|---|---|---|
| 468 | ||
| 469 | /** Returns the set of atom types present in this simulation */ | |
| 470 | set<AtomType*> getSimulatedAtomTypes(); | |
| 471 | + | |
| 472 | + | /** Returns the global count of atoms of a particular type */ |
| 473 | + | int getGlobalCountOfType(AtomType* atype); |
| 474 | ||
| 475 | friend ostream& operator <<(ostream& o, SimInfo& info); | |
| 476 | ||
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |