remove unused variable

This commit is contained in:
Axel Kohlmeyer
2017-07-28 16:03:24 -04:00
parent 85120842dd
commit 841a92c7fa

View File

@ -782,7 +782,7 @@ void Balance::shift_setup(char *str, int nitermax_in, double thresh_in)
int Balance::shift()
{
int i,j,k,m,np,max;
int i,j,k,m,np;
double mycost,totalcost;
double *split;