| # | Line 25 | Line 25 | class Thermo{ (public) | |
|---|---|---|
| 25 | ||
| 26 | void velocitize(); // set the temperature to the target temp in SimInfo | |
| 27 | // NOTE: srand48 should be seeded before calling. | |
| 28 | < | double* getCOMVel(); |
| 28 | > | void getCOMVel(double vdrift[3]); |
| 29 | ||
| 30 | private: | |
| 31 | SimInfo* entry_plug; | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |