[GRASS-SVN] r70990 - grass/trunk/include
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon May 1 02:13:35 PDT 2017
Author: ychemin
Date: 2017-05-01 02:13:35 -0700 (Mon, 01 May 2017)
New Revision: 70990
Modified:
grass/trunk/include/imagery.h
Log:
updated group.control_points structure with z1 & z2 for i.ortho.transform adaptation
Modified: grass/trunk/include/imagery.h
===================================================================
--- grass/trunk/include/imagery.h 2017-04-29 21:42:18 UTC (rev 70989)
+++ grass/trunk/include/imagery.h 2017-05-01 09:13:35 UTC (rev 70990)
@@ -42,8 +42,10 @@
int count;
double *e1;
double *n1;
+ double *z1;
double *e2;
double *n2;
+ double *z2;
int *status;
};
More information about the grass-commit
mailing list