/* * ThermostatValidator.hpp * * Created on: Jul 12, 2017 * Author: heber */ #ifndef THERMOSTATVALIDATOR_HPP_ #define THERMOSTATVALIDATOR_HPP_ // include config.h #ifdef HAVE_CONFIG_H #include #endif #include #include "Parameters/Validators/DiscreteValidator.hpp" /** This validator checks whether the given string refers to a valid * \ref FormatParser type. */ class ThermostatValidator : public DiscreteValidator { public: ThermostatValidator(); }; #endif /* THERMOSTATVALIDATOR_HPP_ */