C Solves Newton's equations of motion using Runge-Kutta method |
C which is globally 4th order. X and V are initial positions and |
C velocities. The system is evolved over a time interval h*ns. |
C X and V contain the updated state at that time.
|
C Grav is hard parallel algorithm and will be given later! |