| # | Line 10 | Line 10 | class Thermo{ (public) | |
|---|---|---|
| 10 | ||
| 11 | public: | |
| 12 | ||
| 13 | < | Thermo( SimInfo* the_entry_plug ); |
| 13 | > | Thermo( SimInfo* the_info ); |
| 14 | ~Thermo(); | |
| 15 | ||
| 16 | // note: all the following energies are in kcal/mol | |
| # | Line 36 | Line 36 | class Thermo{ (public) | |
| 36 | void getCOMVel(double vdrift[3]); | |
| 37 | ||
| 38 | private: | |
| 39 | < | SimInfo* entry_plug; |
| 39 | > | SimInfo* info; |
| 40 | gaussianSPRNG *gaussStream; | |
| 41 | ||
| 42 | }; | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |