/* * ElementValidator.hpp * * Created on: May 9, 2012 * Author: heber */ #ifndef ELEMENTVALIDATOR_HPP_ #define ELEMENTVALIDATOR_HPP_ // include config.h #ifdef HAVE_CONFIG_H #include #endif #include "Parameters/Validators/DummyValidator.hpp" class element; class ElementValidator : public DummyValidator {}; #endif /* ELEMENTVALIDATOR_HPP_ */