| # | Line 99 | Line 99 | class RigidBody : public StuntDouble { (public) | |
|---|---|---|
| 99 | int getNumAtoms() {return myAtoms.size();} | |
| 100 | ||
| 101 | void getAtomPos(double theP[3], int index); | |
| 102 | + | void getAtomVel(double theV[3], int index); |
| 103 | void getAtomRefCoor(double pos[3], int index); | |
| 104 | protected: | |
| 105 | ||
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |