[GRASS-SVN] r56496 - grass/trunk/lib/ogsf

svn_grass at osgeo.org svn_grass at osgeo.org
Wed May 29 14:18:16 PDT 2013


Author: annakrat
Date: 2013-05-29 14:18:16 -0700 (Wed, 29 May 2013)
New Revision: 56496

Modified:
   grass/trunk/lib/ogsf/GS2.c
Log:
ogsf: fix exag guess

Modified: grass/trunk/lib/ogsf/GS2.c
===================================================================
--- grass/trunk/lib/ogsf/GS2.c	2013-05-29 21:15:45 UTC (rev 56495)
+++ grass/trunk/lib/ogsf/GS2.c	2013-05-29 21:18:16 UTC (rev 56496)
@@ -2314,6 +2314,7 @@
 
     /* if gs is type const return guess = 1.0 */
     if (CONST_ATT == gs_get_att_src(gs, ATT_TOPO)) {
+	*exag = guess;
 	return (1);
     }
 



More information about the grass-commit mailing list