Skip to content
Snippets Groups Projects
Commit 570c31d9 authored by Dan Lipsa's avatar Dan Lipsa
Browse files

BUG #15654: Saving a wavelet as TIFF loops.

Saving a wavelet data in ParaView of size (-300, 300)^3 loops.
The progress bar goes from 0 to 100 several times.
parent ce38e506
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