//methods for FunctionPtr class. #include "Verlet/FunctionPtr.h" FunctionPtr::FunctionPtr ( void (*ptr2function) ( double *, int *, double *, double*, vector *, double *, double *, int *, int * ) ) { m_ptr2function = ptr2function; }