-
- Downloads
Merge branch 'size_t' into 'master'
size_t As per #70, we will run into problems with more than 2bn particles per node as all the particle counters and loop variables are currently `int`. As a first step, switch the stored particle counts to `size_t`. The next series of commits will be to change all the *loops* over the particles. I'm breaking this into two pieces since these changes are highly disruptive, especially since I'm submitting them along with !113. See merge request !114
Showing
- examples/main.c 1 addition, 1 deletionexamples/main.c
- src/debug.c 2 additions, 2 deletionssrc/debug.c
- src/debug.h 3 additions, 3 deletionssrc/debug.h
- src/engine.c 9 additions, 8 deletionssrc/engine.c
- src/engine.h 1 addition, 1 deletionsrc/engine.h
- src/space.c 20 additions, 18 deletionssrc/space.c
- src/space.h 12 additions, 8 deletionssrc/space.h
Loading
Please register or sign in to comment