Skip to content
Snippets Groups Projects
Commit e46f4244 authored by Julien Malik's avatar Julien Malik
Browse files

MRG

parents c7374ab4 fe9483bd
No related branches found
No related tags found
No related merge requests found
......@@ -62,7 +62,7 @@ public:
OutputType Convert (InputType input)
{
itkGenericExceptionMacro( << "Type Convertion Not Implemented." << std::endl );
return static_cast<OutputType>(input);
}
protected:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment