Skip to content
Snippets Groups Projects
Commit 56d3d1ef authored by Thomas Feuvrier's avatar Thomas Feuvrier
Browse files

ENH: Supress unused variable

parent bd02bfd8
No related branches found
No related tags found
No related merge requests found
......@@ -59,7 +59,7 @@ GaborFilterGenerator<TPrecision>
m_Filter.SetSize((2*m_Radius[0]+1)*(2*m_Radius[1]+1));
m_Filter.Fill(0);
PrecisionType x,y,coef,xr,yr,costheta,sintheta;
PrecisionType coef,xr,yr,costheta,sintheta;
unsigned int k = 0;
costheta = vcl_cos(m_Theta*M_PI/180.);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment