[GRASS-SVN] r72602 - grass/trunk/raster/r.horizon
svn_grass at osgeo.org
svn_grass at osgeo.org
Sun Apr 8 06:58:15 PDT 2018
Author: mmetz
Date: 2018-04-08 06:58:14 -0700 (Sun, 08 Apr 2018)
New Revision: 72602
Modified:
grass/trunk/raster/r.horizon/main.c
Log:
r.horizon: init PROJ transformation object
Modified: grass/trunk/raster/r.horizon/main.c
===================================================================
--- grass/trunk/raster/r.horizon/main.c 2018-04-08 13:53:56 UTC (rev 72601)
+++ grass/trunk/raster/r.horizon/main.c 2018-04-08 13:58:14 UTC (rev 72602)
@@ -541,6 +541,7 @@
/* Set output projection to latlong w/ same ellipsoid */
oproj.pj = NULL;
+ tproj.def = NULL;
if (GPJ_init_transform(&iproj, &oproj, &tproj) < 0)
G_fatal_error(_("Unable to initialize coordinate transformation"));
More information about the grass-commit
mailing list