Skip to content
Snippets Groups Projects
Commit 3ccf331e authored by Julien Michel's avatar Julien Michel
Browse files

COMP: Fixing warning 'Count' : unreferenced local variable

parent c603c47e
No related branches found
No related tags found
No related merge requests found
......@@ -948,7 +948,7 @@ AdhesionCorrectionFilter<TImage, TMask>
{
double m_max = -10000000.;
double m_min = -m_max;
int Count=0;
Count=0;
for(int j= -big_win; j<= big_win; j++)
{
for(int i= -big_win; i<= big_win; i++)
......
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