]> Creatis software - clitk.git/commitdiff
Commented out hard coded temp file
authorsrit <srit>
Mon, 30 Aug 2010 16:31:22 +0000 (16:31 +0000)
committersrit <srit>
Mon, 30 Aug 2010 16:31:22 +0000 (16:31 +0000)
segmentation/clitkMotionMaskGenericFilter.txx

index c08b8d95c73112d3d14ce6c7817073bf0013c277..0b8860f61a51fa6b3533ac55c24c49a97e3b11dd 100755 (executable)
@@ -1378,7 +1378,7 @@ namespace clitk
        output=closeFilter->GetOutput();
 
       }
-    writeImage<InternalImageType>(output,"/home/jef/tmp/mm_double.mhd");
+    //writeImage<InternalImageType>(output,"/home/jef/tmp/mm_double.mhd");
     
     // Extract the upper part
     typedef  itk::CropImageFilter<InternalImageType, InternalImageType> CropImageFilterType;