[med-svn] r5614 - trunk/packages/insighttoolkit/trunk/debian/patches

Steven Michael Robbins smr at alioth.debian.org
Thu Dec 23 03:21:48 UTC 2010


Author: smr
Date: 2010-12-23 03:21:43 +0000 (Thu, 23 Dec 2010)
New Revision: 5614

Removed:
   trunk/packages/insighttoolkit/trunk/debian/patches/review-statistics.patch
Log:
Remove obsolete patch.



Deleted: trunk/packages/insighttoolkit/trunk/debian/patches/review-statistics.patch
===================================================================
--- trunk/packages/insighttoolkit/trunk/debian/patches/review-statistics.patch	2010-12-21 21:23:00 UTC (rev 5613)
+++ trunk/packages/insighttoolkit/trunk/debian/patches/review-statistics.patch	2010-12-23 03:21:43 UTC (rev 5614)
@@ -1,37 +0,0 @@
---- /dev/null
-+++ insighttoolkit-3.20.0/Code/Review/CMakeLists.txt
-@@ -0,0 +1,3 @@
-+IF (ITK_USE_REVIEW_STATISTICS)
-+   SUBDIRS( ../../review-statistics )
-+ENDIF (ITK_USE_REVIEW_STATISTICS)
---- insighttoolkit-3.20.0.orig/Code/BasicFilters/itkConnectedThresholdImageFilter.txx
-+++ insighttoolkit-3.20.0/Code/BasicFilters/itkConnectedThresholdImageFilter.txx
-@@ -22,7 +22,7 @@
- #include "itkFloodFilledImageFunctionConditionalIterator.h"
- #include "itkProgressReporter.h"
- 
--#ifdef ITK_USE_REVIEW
-+#ifdef ITK_USE_REVIEW_NOT
- #include "itkShapedFloodFilledImageFunctionConditionalIterator.h"
- #endif
- 
-@@ -305,7 +305,7 @@
-       }
-     }
-   
--#ifdef ITK_USE_REVIEW
-+#ifdef ITK_USE_REVIEW_NOT
-   else if (this->m_Connectivity == FullConnectivity)
-     {
-     // use the fully connected iterator here. The fully connected iterator 
---- insighttoolkit-3.20.0.orig/Code/BasicFilters/itkConnectedThresholdImageFilter.h
-+++ insighttoolkit-3.20.0/Code/BasicFilters/itkConnectedThresholdImageFilter.h
-@@ -126,7 +126,7 @@
-    *  Default is to use FaceConnectivity. */
-   typedef enum { FaceConnectivity, FullConnectivity } ConnectivityEnumType;
- 
--#ifdef ITK_USE_REVIEW
-+#ifdef ITK_USE_REVIEW_NOT
-   /** Type of connectivity to use (fully connected OR 4(2D), 6(3D), 
-    * 2*N(ND) connectivity) */
-   itkSetEnumMacro( Connectivity, ConnectivityEnumType );




More information about the debian-med-commit mailing list