Skip to content

Commit

Permalink
Bugfix: remove obsolete template in main_rate_adapted_fer.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
adomasbaliuka committed May 28, 2024
1 parent f388adf commit 29cf3a6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions benchmarks_error_rate/main_rate_adapted_fer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,9 @@ constexpr auto help_text =
using namespace LDPC4QKD::CodeSimulationHelpers;


template<typename colptr_t=std::uint32_t, // integer type that fits ("number of non-zero matrix entries" + 1)
typename idx_t=std::uint16_t>
template<typename idx_t=std::uint16_t>
std::pair<size_t, size_t> run_simulation(
const LDPC4QKD::RateAdaptiveCode<colptr_t, idx_t> &H,
const LDPC4QKD::RateAdaptiveCode<idx_t> &H,
double p,
std::size_t num_frames_to_test,
std::mt19937_64 &rng,
Expand Down

0 comments on commit 29cf3a6

Please sign in to comment.