Skip to content

Commit

Permalink
mark resample as modified to enforce re-execution of filter chain
Browse files Browse the repository at this point in the history
  • Loading branch information
romangrothausmann committed Oct 23, 2018
1 parent 5d79d5d commit daab8e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Modules/Filtering/ImageGrid/test/itkResampleImageTest7.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ int itkResampleImageTest7( int argc, char * argv [] )

// Run the resampling filter with streaming
numStreamDiv= 8; // split into numStream pieces for streaming.
resample->Modified();
try
{
streamer->SetNumberOfStreamDivisions(numStreamDiv);
Expand Down

0 comments on commit daab8e5

Please sign in to comment.