]> Creatis software - creaRigidRegistration.git/blobdiff - lib/Convolution.cxx
*** empty log message ***
[creaRigidRegistration.git] / lib / Convolution.cxx
index 450df87222c0ba01bee5c9aa32de2ebf01febef6..02bf6009be3080c759a21bf238de24e84658424d 100644 (file)
@@ -50,7 +50,7 @@ void Convolution::Run()
                _convolve->SetKernel3x3(kernel);
                _convolve->Update();
                _cast->SetInput(_convolve->GetOutput());
-               _cast->SetOutputScalarTypeToDouble();
+               //_cast->SetOutputScalarTypeToDouble();
                _cast->Update();
        }
        else