]> Creatis software - clitk.git/blobdiff - tools/clitkInvertVFGenericFilter.txx
correction in ComposeVF options
[clitk.git] / tools / clitkInvertVFGenericFilter.txx
index e4b590e060b757c4d298dbabe7d0e33a88e7ec10..c5b47179a3dd266814a866c87b4631eaddf2cb73 100644 (file)
@@ -177,7 +177,7 @@ InvertVFGenericFilter<args_info_type>::UpdateWithDimAndPixelType()
     typedef clitk::InvertVFFilter<InputImageType,OutputImageType> FilterType;
     typename FilterType::Pointer filter =FilterType::New();
     if (m_ArgsInfo.like_given) {
-      filter->SetInput(CoeffsToDVF<OutputImageType>(m_InputFileName, m_ArgsInfo.like_arg));
+      filter->SetInput(BLUTCoeffsToDVF<OutputImageType>(m_InputFileName, m_ArgsInfo.like_arg));
     }
 
     filter->SetVerbose(m_Verbose);