Skip to content
Snippets Groups Projects
Commit 50291e96 authored by Manuel Grizonnet's avatar Manuel Grizonnet
Browse files

COMP:missing semicolon

parent 87ccb70c
No related branches found
No related tags found
No related merge requests found
......@@ -412,7 +412,7 @@ MDMDNMFImageFilter<TInputImage, TOutputImage>
// Other declarations
double critA, critS, crit = 1;
const unsigned int divisorParam = 10
const unsigned int divisorParam = 10;
// Tunning the optimized function parameters
//const double m_Delt = 1.;
......
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