silence compiler warnings about unused variables

This commit is contained in:
Axel Kohlmeyer
2022-03-18 18:09:24 -04:00
parent 25d8950f94
commit 68673633f0
4 changed files with 6 additions and 9 deletions

View File

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