| 116 |  | }; | 
| 117 |  |  | 
| 118 |  |  | 
| 119 | < | class NPT : public Integrator{ | 
| 119 | > | class NPTi : public Integrator{ | 
| 120 |  |  | 
| 121 |  | public: | 
| 122 |  |  | 
| 123 | < | NPT ( SimInfo *theInfo, ForceFields* the_ff); | 
| 124 | < | virtual ~NPT() {}; | 
| 123 | > | NPTi ( SimInfo *theInfo, ForceFields* the_ff); | 
| 124 | > | virtual ~NPTi() {}; | 
| 125 |  |  | 
| 126 |  | void setTauThermostat(double tt) {tauThermostat = tt; have_tau_thermostat=1;} | 
| 127 |  | void setTauBarostat(double tb) {tauBarostat = tb; have_tau_barostat=1;} | 
| 139 |  |  | 
| 140 |  | double chi; | 
| 141 |  | double eta; | 
| 142 | + | double NkBT; | 
| 143 |  |  | 
| 144 |  | // targetTemp, targetPressure, and tauBarostat must be set. | 
| 145 |  | // One of qmass or tauThermostat must be set; |