]> Creatis software - creaContours.git/blobdiff - lib/kernel_ManagerContour_NDimensions/KernelManagerContour.cxx
*** empty log message ***
[creaContours.git] / lib / kernel_ManagerContour_NDimensions / KernelManagerContour.cxx
index d741dc6b089650d1fb23064067fca4e94a5cf6c5..44b56718ccf1a57571b96d76157f7aa0f3a27615 100644 (file)
@@ -79,7 +79,7 @@ void KernelManagerContour::setVectImages(std::vector<vtkImageData*> vectimg){
                change->SetInformationInput(img);
                change->SetInputConnection(img->GetProducerPort());
 
-               change->SetOutputSpacing(0.6,0.6,0.6);
+               change->SetOutputSpacing(1,1,1);
                
                change->Update();