Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 5ed30f9f authored by Olivier Commowick's avatar Olivier Commowick
Browse files

Replace abort in log tensor by zero tensor

parent 55e5fefb
No related branches found
No related tags found
No related merge requests found
......@@ -50,7 +50,7 @@ namespace itk
}
catch( itk::ExceptionObject &)
{
throw itk::ExceptionObject(__FILE__,__LINE__,"Error in LogTensorImageFilter::ThreadedGenerateData()");
T.Fill(0);
}
}
itOut.Set (T);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment