Skip to content
Snippets Groups Projects
Commit 1d449a94 authored by Julien Michel's avatar Julien Michel
Browse files

COMP: Follow member renaming

parent 3f98f15a
Branches
Tags
No related merge requests found
......@@ -328,11 +328,11 @@ private:
fftShiftFilter->Update();
toComplexFilter->SetVInputs( fftShiftFilter->GetOutput() );
toComplexFilter->SetVariadicInputs( fftShiftFilter->GetOutput() );
}
else
{
toComplexFilter->SetVInputs( inImage );
toComplexFilter->SetVariadicInputs( inImage );
}
toComplexFilter->Update();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment