From e0b62c47fae19c1e2735dbfb332ee03da25ceaef Mon Sep 17 00:00:00 2001 From: qddyy Date: Wed, 18 Dec 2024 00:43:56 +0800 Subject: [PATCH] fix `Stat` --- inst/include/pmt/progress.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/inst/include/pmt/progress.hpp b/inst/include/pmt/progress.hpp index 008bedf2..f925a60c 100644 --- a/inst/include/pmt/progress.hpp +++ b/inst/include/pmt/progress.hpp @@ -53,9 +53,9 @@ class Stat { void init_statistic_permu(double n_permu) { - _init_progress(); - _init_statistic_buffer(n_permu, _statistic_size); + + _init_progress(); } bool operator<<(double statistic)