Commit 65db7cf5 authored by Stephane ALBERT's avatar Stephane ALBERT
Browse files

ENH: 1649: Fixed crash in tests.

No related merge requests found
Showing with 2 additions and 1 deletion
+2 -1
...@@ -96,7 +96,8 @@ InputImageParameter ...@@ -96,7 +96,8 @@ InputImageParameter
details::CastImage< TOutputImage, TInputImage > clamp( image ); details::CastImage< TOutputImage, TInputImage > clamp( image );
clamp.ocif->UpdateOutputInformation(); if( clamp.ocif )
clamp.ocif->UpdateOutputInformation();
m_InputCaster = clamp.icif; m_InputCaster = clamp.icif;
m_OutputCaster = clamp.ocif; m_OutputCaster = clamp.ocif;
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment