| # | Line 106 | Line 106 | class SimInfo{ (public) | |
|---|---|---|
| 106 | double thermalTime; // the temp kick interval | |
| 107 | double currentTime; // Used primarily for correlation Functions | |
| 108 | double resetTime; // Use to reset the integrator periodically | |
| 109 | + | short int have_target_temp; |
| 110 | ||
| 111 | int n_mol; // n_molecules; | |
| 112 | Molecule* molecules; // the array of molecules | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |