Skip to content
Snippets Groups Projects
Commit 61387e46 authored by Emmanuel Christophe's avatar Emmanuel Christophe
Browse files

STYLE: kwstyle

parent df60a6cf
No related branches found
No related tags found
No related merge requests found
...@@ -92,7 +92,7 @@ BinaryImageDensityFunction<TInputImage,TCoordRep> ...@@ -92,7 +92,7 @@ BinaryImageDensityFunction<TInputImage,TCoordRep>
for (unsigned int i = 0; i < size; ++i) for (unsigned int i = 0; i < size; ++i)
{ {
const RealType value = static_cast<RealType>( it.GetPixel(i) ); const RealType value = static_cast<RealType>( it.GetPixel(i) );
sum += value; sum += value;
} }
const RealType num = static_cast<RealType>( size ); const RealType num = static_cast<RealType>( size );
......
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