Prevent overflow in neighbor output

This commit is contained in:
Stan Moore
2024-06-26 14:55:36 -06:00
committed by Axel Kohlmeyer
parent f0a11dbefd
commit dacc55b889

View File

@ -62,7 +62,8 @@ Finish::Finish(LAMMPS *lmp) : Pointers(lmp) {}
void Finish::end(int flag)
{
int i,nneigh,nneighfull;
int i;
bigint nneigh,nneighfull;
int histo[10];
int minflag,prdflag,tadflag,hyperflag;
int timeflag,fftflag,histoflag,neighflag;