Mercurial > hg > octave-nkf
diff liboctave/oct-convn.cc @ 11586:12df7854fa7c
strip trailing whitespace from source files
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Thu, 20 Jan 2011 17:24:59 -0500 |
parents | 57632dea2446 |
children | 72c96de7a403 |
line wrap: on
line diff
--- a/liboctave/oct-convn.cc +++ b/liboctave/oct-convn.cc @@ -34,7 +34,7 @@ // 2d convolution with a matrix kernel. template <class T, class R> -static void +static void convolve_2d (const T *a, octave_idx_type ma, octave_idx_type na, const R *b, octave_idx_type mb, octave_idx_type nb, T *c, bool inner); @@ -101,7 +101,7 @@ } } -// Arbitrary convolutor. +// Arbitrary convolutor. // The 2nd array is assumed to be the smaller one. template <class T, class R> static MArray<T>