| # | Line 151 | Line 151 | double Thermo::getVolume() { | |
|---|---|---|
| 151 | } | |
| 152 | ||
| 153 | double Thermo::getVolume() { | |
| 154 | + | |
| 155 | return entry_plug->boxVol; | |
| 156 | } | |
| 157 | ||
| 158 | double Thermo::getPressure() { | |
| 159 | < | // returns the pressure in units of atm |
| 159 | > | |
| 160 | // Relies on the calculation of the full molecular pressure tensor | |
| 161 | ||
| 162 | const double p_convert = 1.63882576e8; | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |