Homec4science

fix compilation of compute chunk/atom with -DLAMMPS_BIGBIG

Authored by Axel Kohlmeyer <akohlmey@gmail.com> on Feb 20 2015, 18:05.

Description

fix compilation of compute chunk/atom with -DLAMMPS_BIGBIG

the code was intermixing "int *" and "tagint *" in a few places which
is silently accepted normally but will fail to compile when tagint is
set to be a 64-bit integer. the code uses "tagint *" throughout.

Details

Committed
Axel Kohlmeyer <akohlmey@gmail.com>Feb 20 2015, 18:05
Pushed
jungeOct 6 2016, 16:49
Parents
rLAMMPS7af1fc13f806: Merge remote-tracking branch 'lammps-ro/master' into lammps-icms
Branches
Unknown
Tags
Unknown

Event Timeline

Axel Kohlmeyer <akohlmey@gmail.com> committed rLAMMPSdd4c6285b8ac: fix compilation of compute chunk/atom with -DLAMMPS_BIGBIG (authored by Axel Kohlmeyer <akohlmey@gmail.com>).Feb 20 2015, 18:05