Skip to content
Snippets Groups Projects
Commit 42e4eb0f authored by Dan Lipsa's avatar Dan Lipsa Committed by Kitware Robot
Browse files

Merge topic 'tiff-writer-loop-15654'


570c31d9 BUG #15654: Saving a wavelet as TIFF loops.

Acked-by: default avatarKitware Robot <kwrobot@kitware.com>
Merge-request: !542
parents f2e626cb 570c31d9
Branches
Tags
No related merge requests found
......@@ -38,7 +38,7 @@ vtkTIFFWriter::vtkTIFFWriter()
void vtkTIFFWriter::Write()
{
// make sure the latest input is available.
this->Update();
this->GetInputAlgorithm()->Update();
this->SetErrorCode(vtkErrorCode::NoError);
// Error checking
if (this->GetInput() == NULL)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment