Commit d8072434058e058fc38d65c32e4907282e06d105

Authored by David Mayerich
1 parent e8c9a82b

minor modifications of gauss3

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
stim/math/filters/gauss3.h
... ... @@ -13,7 +13,7 @@ namespace stim
13 13 ///@param dimx is the size of in* in the z direction.
14 14 ///@param stdx is the standard deviation (in pixels) along the x axis.
15 15 ///@param stdy is the standard deviation (in pixels) along the y axis.
16   - ///@param nstds specifies the number of standard deviations of the Gaussian that will be k ept in the kernel.
  16 + ///@param nstds specifies the number of standard deviations of the Gaussian that will be kept in the kernel.
17 17 template<typename T, typename K>
18 18 void cpu_gauss3(T* in, K dimx, K dimy, K dimz, K stdx, K stdy, K stdz, size_t nstds = 3)
19 19 {
... ...