Commit 5ad53f5b authored by gbalduzz's avatar gbalduzz
Browse files

fixup! Created walker performance test.

parent c3b9bd59
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 max_submatrix_size) {
    max_submatrix_size_ = max_submatrix_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