Skip to content
Snippets Groups Projects
Commit d217cea9 authored by Emmanuel Christophe's avatar Emmanuel Christophe
Browse files

Concept checking

parent 56813a43
No related branches found
No related tags found
No related merge requests found
......@@ -100,9 +100,9 @@ public:
#ifdef ITK_USE_CONCEPT_CHECKING
/** Begin concept checking */
itkConceptMacro(IntConvertibleToInput2Check,
(Concept::Convertible<int, typename TInputImage2::PixelType>));
(itk::Concept::Convertible<int, typename TInputImage2::PixelType>));
itkConceptMacro(Input1Input2OutputDivisionOperatorsCheck,
(Concept::DivisionOperators<typename TInputImage1::PixelType,
(itk::Concept::DivisionOperators<typename TInputImage1::PixelType,
typename TInputImage2::PixelType,
typename TOutputImage::PixelType>));
/** End concept checking */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment