From 0af958592e20bde3721a6deb16a6e32edfeb6cdc Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Mon, 23 Feb 2015 00:42:24 +0100 Subject: [PATCH] Update a comment that wasn't really wrong, but less relevant in this context. --- resample_effect.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resample_effect.cpp b/resample_effect.cpp index 7e44e9b..f438a87 100644 --- a/resample_effect.cpp +++ b/resample_effect.cpp @@ -266,7 +266,7 @@ double compute_sum_sq_error(const Tap* weights, unsigned num_weights, // sum(w_kj sum( d_i w_ij, i ), j) = sum(w_kj c_j, j) // // where again, we remember where the sums over j are over at most two elements, -// since w_ij is nonzero for at most two values of j. +// since w_kj is nonzero for at most two values of j. template void optimize_sum_sq_error(const Tap* weights, unsigned num_weights, Tap* bilinear_weights, unsigned num_bilinear_weights, -- 2.39.2