[GRASS-SVN] r56527 - grass/branches/develbranch_6/lib/ogsf
svn_grass at osgeo.org
svn_grass at osgeo.org
Sat Jun 1 09:16:10 PDT 2013
Author: annakrat
Date: 2013-06-01 09:16:09 -0700 (Sat, 01 Jun 2013)
New Revision: 56527
Modified:
grass/branches/develbranch_6/lib/ogsf/GS2.c
Log:
ogsf: fix exag guess (merge from trunk, r56496)
Modified: grass/branches/develbranch_6/lib/ogsf/GS2.c
===================================================================
--- grass/branches/develbranch_6/lib/ogsf/GS2.c 2013-06-01 16:15:49 UTC (rev 56526)
+++ grass/branches/develbranch_6/lib/ogsf/GS2.c 2013-06-01 16:16:09 UTC (rev 56527)
@@ -2310,6 +2310,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