Commit 8b4c53dd authored by Haehner, Urs Rene's avatar Haehner, Urs Rene
Browse files

Replace ulong with unsigned long.

parent ac0cc330
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -187,8 +187,8 @@ protected: // Members.
  util::Accumulator<uint> partial_order_avg_;
  util::Accumulator<uint> order_avg_;
  util::Accumulator<int> sign_avg_;
  ulong n_steps_ = 0;
  ulong n_accepted_ = 0;
  unsigned long n_steps_ = 0;
  unsigned long n_accepted_ = 0;
  int nb_steps_per_sweep_ = -1;

  bool thermalized_ = false;