silence compiler warnings about unused variables
This commit is contained in:
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user