From 620af2430dcf8f212c050e0893d82685d6173893 Mon Sep 17 00:00:00 2001 From: ec147 <134504305+ec147@users.noreply.github.com> Date: Tue, 30 Jul 2024 11:36:27 +0200 Subject: [PATCH] Update update_time.hpp --- c++/triqs_cthyb/measures/update_time.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/c++/triqs_cthyb/measures/update_time.hpp b/c++/triqs_cthyb/measures/update_time.hpp index cc0e5406..e23eb895 100644 --- a/c++/triqs_cthyb/measures/update_time.hpp +++ b/c++/triqs_cthyb/measures/update_time.hpp @@ -54,6 +54,7 @@ namespace triqs_cthyb { update_time = update_time / N; } + private: // The Monte-Carlo configuration qmc_data &data;