Changes in src/ThermoStatContainer.hpp [a3fded:88b400]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/ThermoStatContainer.hpp
ra3fded r88b400 16 16 class ConfigFileBuffer; 17 17 18 #define MaxThermostats 6//!< maximum number of thermostat entries in Ions#ThermostatNames and Ions#ThermostatImplemented18 enum { MaxThermostats=6 }; //!< maximum number of thermostat entries in Ions#ThermostatNames and Ions#ThermostatImplemented 19 19 enum thermostats { None, Woodcock, Gaussian, Langevin, Berendsen, NoseHoover }; //!< Thermostat names for output 20 20
Note:
See TracChangeset
for help on using the changeset viewer.