[lammps-users] neigh_derive.cpp

To whom it may concern:

I got come across some weird code in the file of 'neigh_derive.cpp'.

At line 65 of 'half_from_full_no_newton(NeighList *list)':
for (j = 0; jj < jnum; jj++) {

Here, is 'j' on purpose or a typo error?

Sincerely,

S. Kim
Physics Dept.
Kyonggi Univ.
Suwon, Korea

It's a bug (in a rarely invoked routine) - I'll post a patch.

Thanks,
Steve