From 1004e9b11ec49e26b9a81aa701f7605135f6f582 Mon Sep 17 00:00:00 2001 From: Cyrille Valladeau <cyrille.valladeau@c-s.fr> Date: Mon, 31 Aug 2009 11:04:44 +0200 Subject: [PATCH] STYLE : change exception message --- Code/BasicFilters/otbSpectralAngleDistanceImageFilter.txx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Code/BasicFilters/otbSpectralAngleDistanceImageFilter.txx b/Code/BasicFilters/otbSpectralAngleDistanceImageFilter.txx index 184f59ad4b..5b9cba88ab 100644 --- a/Code/BasicFilters/otbSpectralAngleDistanceImageFilter.txx +++ b/Code/BasicFilters/otbSpectralAngleDistanceImageFilter.txx @@ -44,7 +44,7 @@ SpectralAngleDistanceImageFilter<TInputImage,TOutputImage> { if ( this->GetInput()->GetNumberOfComponentsPerPixel() == 1 ) { - itkExceptionMacro(<<"Not valid input image : mono channel image not supported."); + itkExceptionMacro(<<"Not valid input image : mono channel image gives a nul output image."); } } -- GitLab