From: Steinar H. Gunderson Date: Sun, 22 Feb 2015 23:42:24 +0000 (+0100) Subject: Update a comment that wasn't really wrong, but less relevant in this context. X-Git-Tag: 1.1.3~8 X-Git-Url: https://git.sesse.net/?p=movit;a=commitdiff_plain;h=0af958592e20bde3721a6deb16a6e32edfeb6cdc Update a comment that wasn't really wrong, but less relevant in this context. --- 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,