]> Creatis software - creaContours.git/commitdiff
*** empty log message ***
authorJuan Prieto <Juan.Prieto@creatis.insa-lyon.fr>
Fri, 13 Feb 2009 10:05:16 +0000 (10:05 +0000)
committerJuan Prieto <Juan.Prieto@creatis.insa-lyon.fr>
Fri, 13 Feb 2009 10:05:16 +0000 (10:05 +0000)
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();