/* * OneBody_Constant.hpp * * Created on: 03.09.2013 * Author: heber */ #ifndef ONEBODY_CONSTANT_HPP_ #define ONEBODY_CONSTANT_HPP_ // include config.h #ifdef HAVE_CONFIG_H #include #endif #include "Coordinator.hpp" /** This class implements the Coordinator interface for the * conversion of an arguments_t list into zero. */ struct OneBody_Constant : public Coordinator { double operator()(const FunctionModel::arguments_t &arguments) const; }; #endif /* ONEBODY_CONSTANT_HPP_ */