[Scipy-svn] r3927 - trunk/scipy/ndimage/src/segment
scipy-svn@scip...
scipy-svn@scip...
Tue Feb 12 17:37:45 CST 2008
Author: tom.waite
Date: 2008-02-12 17:37:43 -0600 (Tue, 12 Feb 2008)
New Revision: 3927
Modified:
trunk/scipy/ndimage/src/segment/Segmenter_IMPL.c
Log:
Remove prints in texture filter
Modified: trunk/scipy/ndimage/src/segment/Segmenter_IMPL.c
===================================================================
--- trunk/scipy/ndimage/src/segment/Segmenter_IMPL.c 2008-02-12 23:31:54 UTC (rev 3926)
+++ trunk/scipy/ndimage/src/segment/Segmenter_IMPL.c 2008-02-12 23:37:43 UTC (rev 3927)
@@ -2880,7 +2880,7 @@
if(count == 0){
// debug statement
- printf("no samples for texture\n");
+ // printf("no samples for texture\n");
return;
}
More information about the Scipy-svn
mailing list