| Current Path : /home/beeson/ThreeBody/ |
| Current File : //home/beeson/ThreeBody/leapfrog.h |
#ifndef LEAPFROG_STEP_H
#define LEAPFROG_STEP_H
int leapfrog_step(double *y, double *dydx, int n, double *x, double htry, double eps,
double *yscal, double *hdid, double *hnext,
double *xptr, double xtol, double ytol, double *mass);
#endif