| # | Line 65 | Line 65 | class RigidBody { (public) | |
|---|---|---|
| 65 | ||
| 66 | void getAtomPos(double theP[3], int index); | |
| 67 | void getAtomRefCoor(double pos[3], int index); | |
| 68 | + | double getAtomRpar(int index); |
| 69 | + | double getAtomEps(int index); |
| 70 | + | char *getAtomBase(int index); |
| 71 | + | |
| 72 | protected: | |
| 73 | ||
| 74 | double mass; // the total mass | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |