]> Creatis software - clitk.git/blobdiff - tools/clitkWarpImageGenericFilter.txx
corrected bug in fusion with double values
[clitk.git] / tools / clitkWarpImageGenericFilter.txx
index c64080e2fb23a2748505e7962ffaf02afce1e8a1..4c30c4c6b44e0632a5cf804be43d9a8e7fa778a9 100644 (file)
@@ -90,7 +90,7 @@ WarpImageGenericFilter::UpdateWithDimAndPixelType()
   
   typename DeformationFieldType::Pointer deformationField;
   if (m_ArgsInfo.coeff_given) {
-    deformationField = CoeffsToDVF<DeformationFieldType>(m_ArgsInfo.coeff_arg, m_InputFileName, m_Verbose);
+    deformationField = BLUTCoeffsToDVF<DeformationFieldType>(m_ArgsInfo.coeff_arg, m_InputFileName, m_Verbose);
   }
   else {
     //Read the deformation field