]> Creatis software - clitk.git/commitdiff
Cosmetic
authorDavid Sarrut <david.sarrut@gmail.com>
Fri, 18 Nov 2011 15:58:40 +0000 (16:58 +0100)
committerDavid Sarrut <david.sarrut@gmail.com>
Fri, 18 Nov 2011 15:58:40 +0000 (16:58 +0100)
itk/clitkSegmentationUtils.txx

index 76572b594540e9f7393e38a535a40ff3f4ffcb52..24ca5194853595a1ac2b815aeeee60533f5412e1 100644 (file)
@@ -766,8 +766,7 @@ namespace clitk {
   {
     assert((mainDirection==0) || (mainDirection==1));
     typedef itk::ImageSliceIteratorWithIndex<ImageType> SliceIteratorType;
-    SliceIteratorType siter = SliceIteratorType(input, 
-                                                input->GetLargestPossibleRegion());
+    SliceIteratorType siter = SliceIteratorType(input, input->GetLargestPossibleRegion());
     siter.SetFirstDirection(0);
     siter.SetSecondDirection(1);
     siter.GoToBegin();
@@ -786,7 +785,6 @@ namespace clitk {
         A = lA[i];
         B = lB[i];
         C = A;
-      
         // Check that the line is not a point (A=B)
         bool p = (A[0] == B[0]) && (A[1] == B[1]);