/* * FourBody_ImproperAngle.hpp * * Created on: 03.09.2013 * Author: heber */ #ifndef FOURBODY_IMPROPERANGLE_HPP_ #define FOURBODY_IMPROPERANGLE_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 an improper angle. */ struct FourBody_ImproperAngle : public Coordinator { double operator()(const FunctionModel::arguments_t &arguments) const; }; #endif /* FOURBODY_IMPROPERANGLE_HPP_ */