/* * ThermoStatContainer.cpp * * Created on: 12.06.2010 * Author: heber */ #include #include "ConfigFileBuffer.hpp" #include "config.hpp" #include "Helpers/Log.hpp" #include "ThermoStatContainer.hpp" #include "Helpers/Verbose.hpp" /** Constructor for class ThermoStatContainer. * */ ThermoStatContainer::ThermoStatContainer() : Thermostat(4), ThermostatImplemented(NULL), ThermostatNames(NULL), TempFrequency(2.5), alpha(0.), HooverMass(0.), TargetTemp(0.00095004455), ScaleTempStep(25) { ThermostatImplemented = new int[MaxThermostats]; ThermostatNames = new char *[MaxThermostats]; for (int j=0;j