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

MRG

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