# | 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(); |
29 | + | |
30 | private: | |
31 | SimInfo* entry_plug; | |
32 | gaussianSPRNG *gaussStream; |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |