From d8072434058e058fc38d65c32e4907282e06d105 Mon Sep 17 00:00:00 2001 From: David Date: Sun, 4 Dec 2016 09:17:30 -0600 Subject: [PATCH] minor modifications of gauss3 --- stim/math/filters/gauss3.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stim/math/filters/gauss3.h b/stim/math/filters/gauss3.h index 15e0ae2..f6a5588 100644 --- a/stim/math/filters/gauss3.h +++ b/stim/math/filters/gauss3.h @@ -13,7 +13,7 @@ namespace stim ///@param dimx is the size of in* in the z direction. ///@param stdx is the standard deviation (in pixels) along the x axis. ///@param stdy is the standard deviation (in pixels) along the y axis. - ///@param nstds specifies the number of standard deviations of the Gaussian that will be k ept in the kernel. + ///@param nstds specifies the number of standard deviations of the Gaussian that will be kept in the kernel. template void cpu_gauss3(T* in, K dimx, K dimy, K dimz, K stdx, K stdy, K stdz, size_t nstds = 3) { -- libgit2 0.21.4