Commit 1ee94cf0 authored by Haehner, Urs Rene's avatar Haehner, Urs Rene
Browse files

Fix type mismatch.

parent 396ad7ed
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -128,7 +128,7 @@ private:

  // TODO: use a structure with fast (log N?) removal/insertion and random access.
  // Or sample randomly from std::unordered_set using its hash function, if it's good enough.
  std::vector<const std::vector<unsigned long long>*> partners_lists_;
  std::vector<const std::vector<std::uint64_t>*> partners_lists_;
  unsigned short last_insertion_size_ = 1;
  const double max_tau_ = 0;
  const int n_bands_ = 0;