[GRASS-SVN] r33951 - grass/branches/develbranch_6/include
svn_grass at osgeo.org
svn_grass at osgeo.org
Tue Oct 21 14:25:44 EDT 2008
Author: neteler
Date: 2008-10-21 14:25:44 -0400 (Tue, 21 Oct 2008)
New Revision: 33951
Modified:
grass/branches/develbranch_6/include/gprojects.h
Log:
fixed projPJ (merge from trunk)
Modified: grass/branches/develbranch_6/include/gprojects.h
===================================================================
--- grass/branches/develbranch_6/include/gprojects.h 2008-10-21 18:11:26 UTC (rev 33950)
+++ grass/branches/develbranch_6/include/gprojects.h 2008-10-21 18:25:44 UTC (rev 33951)
@@ -32,7 +32,7 @@
struct pj_info
{
- projPJ *pj;
+ projPJ pj;
double meters;
int zone;
char proj[100];
More information about the grass-commit
mailing list