]> Creatis software - clitk.git/blobdiff - itk/RelativePositionPropImageFilter.h
Merge branch 'clitkImage2Dicom' of https://github.com/open-vv/vv into clitkImage2Dicom
[clitk.git] / itk / RelativePositionPropImageFilter.h
index 93a3aa303541299be87153742d1eb0c538a03f3e..183f260e0bee422f9a632a668f42fc6c91317274 100644 (file)
@@ -80,8 +80,8 @@ namespace itk
    *   
    *   This filter is implemented using the propagation algorithm
    */
-  template <class TInputImage, class TOutputImage, class TtNorm=Function::Minimum<
+
+  template <class TInputImage, class TOutputImage, class TtNorm=Functor::Minimum<
                                                      typename TOutputImage::PixelType,
                                                      typename TOutputImage::PixelType,
                                                      typename TOutputImage::PixelType>  >