Skip to content
Snippets Groups Projects
Commit 170dcb71 authored by Sankhesh Jhaveri's avatar Sankhesh Jhaveri :speech_balloon:
Browse files

Ensure that all inputs are added to first port

parent 64c07e78
No related branches found
No related tags found
No related merge requests found
......@@ -65,7 +65,7 @@ void vtkImageMathematics::ReplaceNthInputConnection(int idx, vtkAlgorithmOutput*
// go on the first port.
void vtkImageMathematics::SetInputData(int idx, vtkDataObject* input)
{
this->SetInputDataInternal(idx, input);
this->AddInputDataInternal(0, input);
}
//------------------------------------------------------------------------------
......
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