| # | Line 39 | Line 39 | class Thermo{ (public) | |
|---|---|---|
| 39 | void velocitize(); // set the temperature to the target temp in SimInfo | |
| 40 | // NOTE: srand48 should be seeded before calling. | |
| 41 | void getCOMVel(double vdrift[3]); | |
| 42 | + | void getCOM(double COM[3]); |
| 43 | ||
| 44 | private: | |
| 45 | SimInfo* info; | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |