Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src_cpp/bp.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ namespace ldpc {
BpSparse &parity_check_matrix,
std::vector<double> channel_probabilities,
int maximum_iterations = 0,
BpMethod bp_method = PRODUCT_SUM,
BpMethod bp_method = MINIMUM_SUM,
BpSchedule schedule = PARALLEL,
double min_sum_scaling_factor = 0.625,
int omp_threads = 1,
Expand Down Expand Up @@ -667,4 +667,4 @@ namespace ldpc {
}
} // namespace ldpc::bp

#endif
#endif