[GRASS-SVN] r45424 - grass/branches/develbranch_6/ps/ps.map

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Feb 18 01:50:33 EST 2011


Author: hamish
Date: 2011-02-17 22:50:33 -0800 (Thu, 17 Feb 2011)
New Revision: 45424

Modified:
   grass/branches/develbranch_6/ps/ps.map/do_geogrid.c
Log:
reinstate comment

Modified: grass/branches/develbranch_6/ps/ps.map/do_geogrid.c
===================================================================
--- grass/branches/develbranch_6/ps/ps.map/do_geogrid.c	2011-02-18 06:48:55 UTC (rev 45423)
+++ grass/branches/develbranch_6/ps/ps.map/do_geogrid.c	2011-02-18 06:50:33 UTC (rev 45424)
@@ -412,6 +412,7 @@
 	    G_fatal_error(_("Error in pj_do_proj"));
 
 	if (par == 1) {
+	    /* lines of latitude -- const. northing */
 	    /* convert correct UTM to ll */
 	    if (pj_do_proj(&x, &y, &info_out, &info_in) < 0)
 		G_fatal_error(_("Error in pj_do_proj"));



More information about the grass-commit mailing list