Skip to content

Commit 4f15dd9

Browse files
committed
With the new method, "nj_massive" is redundant
With the new method, implemented in the previous commit (ae1c36e), of weeding out test particles from the j-particles, "nj_massive" has become redundant.
1 parent ae1c36e commit 4f15dd9

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

lib/sapporo_light/sapporo.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,6 @@ class sapporo {
125125
double EPS2;
126126

127127
int nj_modified;
128-
int nj_massive; // number of particles with mass > SAPPORO_TEST_PARTICLE_MASS
129128
vector<int> address_j;
130129
vector<DS2> t_j;
131130
vector<DS4> pos_j;
@@ -180,7 +179,6 @@ class sapporo {
180179

181180
predict = false;
182181
nj_modified = 0;
183-
nj_massive = 0;
184182

185183
device.address_j = NULL;
186184

0 commit comments

Comments
 (0)