Unverified Commit 82aab368 authored by Axel Kohlmeyer's avatar Axel Kohlmeyer
Browse files

reset array size since we don't use the last element anymore

parent 2069c7a5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -184,7 +184,7 @@ void RanMars::select_subset(bigint ntarget, int nmine, int *mark, int *next)
  int active[2],first[2],last[2];
  int newactive[2],newfirst[2],newlast[2];
  bigint nmark,nflipall;
  bigint activeall[2],bsum[4],bsumall[4];
  bigint activeall[2],bsum[3],bsumall[3];
  double thresh;

  active[0] = nmine;