Skip to content

Commit

Permalink
fix Stat<true>
Browse files Browse the repository at this point in the history
  • Loading branch information
qddyy committed Dec 17, 2024
1 parent 2f3c50e commit e0b62c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions inst/include/pmt/progress.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit e0b62c4

Please sign in to comment.