From bc595e7c28e323729ded5fe479744aa547ed3aef Mon Sep 17 00:00:00 2001 From: Remi Cresson Date: Wed, 13 Jul 2022 11:37:47 +0200 Subject: [PATCH] ADD: RegisterPipeline() --- Modules/Applications/AppMathParser/app/otbBandMath.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/Modules/Applications/AppMathParser/app/otbBandMath.cxx b/Modules/Applications/AppMathParser/app/otbBandMath.cxx index fdc66f1f71..963ef77dcb 100644 --- a/Modules/Applications/AppMathParser/app/otbBandMath.cxx +++ b/Modules/Applications/AppMathParser/app/otbBandMath.cxx @@ -232,6 +232,7 @@ private: // Set the output image SetParameterOutputImage("out", m_Filter->GetOutput()); + RegisterPipeline(); } ExtractROIFilterType::Pointer m_ExtractROIFilter; -- GitLab