[prev in list] [next in list] [prev in thread] [next in thread] 

List:       grass-commit
Subject:    [GRASS-SVN] r61777 - grass/branches/develbranch_6/raster/r.in.xyz
From:       svn_grass () osgeo ! org
Date:       2014-08-29 23:19:51
Message-ID: 20140829231951.3323C39040A () trac ! osgeo ! org
[Download RAW message or body]

Author: hamish
Date: 2014-08-29 16:19:51 -0700 (Fri, 29 Aug 2014)
New Revision: 61777

Modified:
   grass/branches/develbranch_6/raster/r.in.xyz/main.c
Log:
cut back clicker update frequency to a more human observable value (merge from trunk)

Modified: grass/branches/develbranch_6/raster/r.in.xyz/main.c
===================================================================
--- grass/branches/develbranch_6/raster/r.in.xyz/main.c	2014-08-29 23:16:59 UTC (rev 61776)
+++ grass/branches/develbranch_6/raster/r.in.xyz/main.c	2014-08-29 23:19:51 UTC (rev 61777)
@@ -604,7 +604,7 @@
 	while (0 != G_getl2(buff, BUFFSIZE - 1, in_fp)) {
 	    line++;
 
-	    if (line % 10000 == 0) {	/* mod for speed */
+	    if (line % 100000 == 0) {	/* mod for speed */
 		if (!can_seek)
 		    G_clicker();
 		else if (line < estimated_lines)

_______________________________________________
grass-commit mailing list
grass-commit@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-commit
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic