Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasberent committed Apr 9, 2024
1 parent 453ec05 commit e1c5b58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src_cpp/lsd.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -620,7 +620,6 @@ namespace ldpc::lsd {

if (do_stats) {
this->statistics.global_timestep_bit_history = *global_timestep_bits_history;

}
// always take time
this->statistics.elapsed_time = std::chrono::duration_cast<std::chrono::microseconds>(
Expand All @@ -631,6 +630,7 @@ namespace ldpc::lsd {
}
global_bit_membership->clear();
global_check_membership->clear();
delete global_timestep_bits_history;
return this->decoding;
}

Expand Down

0 comments on commit e1c5b58

Please sign in to comment.