Skip to content
Snippets Groups Projects
Commit 7711999b authored by Julien Malik's avatar Julien Malik
Browse files

WRG: initialization order

parent 0a9ae305
Branches
Tags
No related merge requests found
......@@ -29,7 +29,7 @@ namespace otb
template <class TInputImage, class TOutputImage>
LocalRxDetectorFilter<TInputImage, TOutputImage>
::LocalRxDetectorFilter()
: m_ExternalRadius(2), m_InternalRadius(1)
: m_InternalRadius(1), m_ExternalRadius(2)
{
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment