Commit 841a92c7 authored by Axel Kohlmeyer's avatar Axel Kohlmeyer
Browse files

remove unused variable

parent 85120842
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;