Skip to content
Snippets Groups Projects
Commit fd1b42b9 authored by Cédric Traizet's avatar Cédric Traizet
Browse files

WRG: fix initialization order in constructor

parent 4ea8db15
No related branches found
No related tags found
No related merge requests found
......@@ -41,8 +41,8 @@ GridResampleImageFilter<TInputImage, TOutputImage, TInterpolatorPrecision>::Grid
m_OutputOrigin(),
m_OutputSpacing(),
m_EdgePaddingValue(),
m_CheckOutputBounds(true),
m_InterpolationMargin(0.0),
m_CheckOutputBounds(true),
m_Interpolator(),
m_ReachableOutputRegion()
{
......
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