Skip to content
Snippets Groups Projects
Commit c9335501 authored by Gaëlle USSEGLIO's avatar Gaëlle USSEGLIO
Browse files

BUG : Correction for SupperClass calls into SARQuadraticAveragingImageFilter

parent ec597075
No related branches found
No related tags found
No related merge requests found
......@@ -78,7 +78,7 @@ SARQuadraticAveragingImageFilter< TImage >
::GenerateOutputInformation()
{
// Call the superclass' implementation of this method
Superclass::GenerateInputRequestedRegion();
Superclass :: GenerateOutputInformation();
// Get pointers to the input and output
ImageConstPointer inputPtr = this->GetInput();
......
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