[GRASS-SVN] r52710 - grass-addons/grass7/imagery/i.segment

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Aug 17 07:13:42 PDT 2012


Author: momsen
Date: 2012-08-17 07:13:42 -0700 (Fri, 17 Aug 2012)
New Revision: 52710

Modified:
   grass-addons/grass7/imagery/i.segment/create_isegs.c
Log:
z-order isn't working, switched to rowmajor.

Modified: grass-addons/grass7/imagery/i.segment/create_isegs.c
===================================================================
--- grass-addons/grass7/imagery/i.segment/create_isegs.c	2012-08-17 13:35:08 UTC (rev 52709)
+++ grass-addons/grass7/imagery/i.segment/create_isegs.c	2012-08-17 14:13:42 UTC (rev 52710)
@@ -24,7 +24,7 @@
 /* This will do a typical rowmajor processing of the image(s).  
  * Commenting it out will switch to z-order processing.
  * Z-order does NOT support the bounds option, and assumes a somewhat square rectangle (otherwise the power of 2 square could overrun the long long maximum). */
-//#define ROWMAJOR              /* note: gives nesting error with INDENT program since this changes the for loops.  comment out when running INDENT. */
+#define ROWMAJOR              /* note: gives nesting error with INDENT program since this changes the for loops.  comment out when running INDENT. */
 
 int create_isegs(struct files *files, struct functions *functions)
 {



More information about the grass-commit mailing list