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

MRG

parents f4aa80d9 e46f4244
No related branches found
No related tags found
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