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

MRG

parents eca5aa44 70ed59f4
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.
Finish editing this message first!
Please register or to comment