Skip to content
Snippets Groups Projects
Commit 1004e9b1 authored by Cyrille Valladeau's avatar Cyrille Valladeau
Browse files

STYLE : change exception message

parent 9a640ec9
No related branches found
No related tags found
No related merge requests found
......@@ -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.");
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment