54 typedef typename Acceleration::Scalar_t Scalar_t;
55 typedef typename Acceleration::Point_t Point_t;
56 typedef typename Acceleration::Vector_t Vector_t;
57 typedef typename Acceleration::Christoffel_t Christoffel_t;
59 typedef typename Point_t::Vector_t PointComponents_t;
60 enum { Dims = PointComponents_t::SIZE };
65 const Acceleration&Accel;
77 v += Accel(x, v) * ds;
82 v -= Accel(x, v) * ds;