Commit ea60d57a authored by gbalduzz's avatar gbalduzz
Browse files

fixup for perf test.

parent 9e710f56
Loading
Loading
Loading
Loading
+9 −6
Original line number Diff line number Diff line
@@ -63,6 +63,9 @@ public:
  int get_max_submatrix_size() const {
    return max_submatrix_size_;
  }
  void set_max_submatrix_size(int size) {
    max_submatrix_size_ = size;
  }
  bool neglect_bennett_updates() const {
    return neglect_bennett_updates_;
  }
@@ -362,8 +365,8 @@ void McSolverParameters<solver::CT_INT>::readWrite(ReaderOrWriter& reader_or_wri
    throw(std::out_of_range("double-update-probability must be in [0,1]."));
}

}  // params
}  // phys
}  // dca
}  // namespace params
}  // namespace phys
}  // namespace dca

#endif  // DCA_PHYS_PARAMETERS_MC_SOLVER_PARAMETERS_HPP