nbody icon indicating copy to clipboard operation
nbody copied to clipboard

Rewrite C++ code

Open fding opened this issue 11 years ago • 1 comments

Right now, the C++ code might allow for memory leaks. In particular, a new System object is created upon every call of simulate(). We should investigate what happens to the memory that is allocated, and whether or not to change it so that C++ also only has a simulate function.

fding avatar May 08 '13 05:05 fding