Skip to content
Snippets Groups Projects
Commit 1f9e985c authored by Peter W. Draper's avatar Peter W. Draper
Browse files

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
parents 1c1d5bdd a614a343
No related branches found
No related tags found
1 merge request!136Master
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment