]> Creatis software - clitk.git/blobdiff - registration/clitkMatrixTransformToVFGenericFilter.txx
Remove ITK3 and ITK4.2 tests and dependencies
[clitk.git] / registration / clitkMatrixTransformToVFGenericFilter.txx
index a1241b5358cc06a0ab63065be57a2f41134c0bfe..8a36a882b91017a7c4d1e69cc1f34cd73cdcedd7 100644 (file)
@@ -84,8 +84,6 @@ namespace clitk
 #  else
     typedef itk::TransformToDisplacementFieldFilter<OutputImageType, double> ConvertorType;
 #  endif
-#else
-    typedef itk::TransformToDeformationFieldSource<OutputImageType, double> ConvertorType;
 #endif
 
     typename   ConvertorType::Pointer filter= ConvertorType::New();