/* * BoxConditionValidator.hpp * * Created on: May 10, 2012 * Author: heber */ #ifndef BOXCONDITIONVALIDATOR_HPP_ #define BOXCONDITIONVALIDATOR_HPP_ // include config.h #ifdef HAVE_CONFIG_H #include #endif #include #include "Parameters/Validators/DummyValidator.hpp" /** This validator checks whether the given string is one keyword of a box * condition. */ class BoxConditionValidator : public DummyValidator {}; #endif /* BOXCONDITIONVALIDATOR_HPP_ */