[GRASS-SVN] r73560 - grass/branches/releasebranch_7_6/imagery/i.segment

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Oct 16 08:39:40 PDT 2018


Author: mmetz
Date: 2018-10-16 08:39:40 -0700 (Tue, 16 Oct 2018)
New Revision: 73560

Modified:
   grass/branches/releasebranch_7_6/imagery/i.segment/write_output.c
Log:
i.segment: fix r73513 writing out segment ids (backport trunk r73559)

Modified: grass/branches/releasebranch_7_6/imagery/i.segment/write_output.c
===================================================================
--- grass/branches/releasebranch_7_6/imagery/i.segment/write_output.c	2018-10-16 15:38:11 UTC (rev 73559)
+++ grass/branches/releasebranch_7_6/imagery/i.segment/write_output.c	2018-10-16 15:39:40 UTC (rev 73560)
@@ -36,6 +36,7 @@
 		if (rid > 0) {
 		    if (globals->method == ORM_RG)
 			rid = globals->new_id[rid];
+		    outbuf[col] = rid;
 		    if (maxid < rid)
 			maxid = rid;
 		}



More information about the grass-commit mailing list