Re: RE : Maximum of bodies
"Jon Watte (ODE)" <[email protected]>
| Newsgroups | gmane.comp.lib.ode |
|---|---|
| Message-ID | <[email protected]> |
Delerue Jean-Francois wrote:
> I don't care that much about the speed of the calculation. I am using double precision under visual studio and use dWorldStep.
>
Right, but WorldStep uses stack space quadratic (or is that cubic?) to
the number of bodies, whereas QuickStep is one ordo less (i e, linear or
quadratic).
Cheers,
/ h+